We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ca11be + daed925 commit d301abbCopy full SHA for d301abb
bitcoin/core/__init__.py
@@ -222,7 +222,7 @@ def from_txin(cls, txin):
222
return txin
223
224
else:
225
- return cls(COutPoint.from_txout(txin.prevout), txin.scriptSig, txin.nSequence)
+ return cls(COutPoint.from_outpoint(txin.prevout), txin.scriptSig, txin.nSequence)
226
227
@__make_mutable
228
class CMutableTxIn(CTxIn):
0 commit comments