mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
[bip174] Fix typo in signer pseudo code
This commit is contained in:
parent
8f9205760e
commit
7ab9ef95c6
@ -337,7 +337,7 @@ sign_non_witness(script_code, i):
|
|||||||
|
|
||||||
for input,i in enumerate(psbt.inputs):
|
for input,i in enumerate(psbt.inputs):
|
||||||
if non_witness_utxo.exists:
|
if non_witness_utxo.exists:
|
||||||
assert(sha256d(non_witness_utxo) == psbt.tx.innput[i].prevout.hash)
|
assert(sha256d(non_witness_utxo) == psbt.tx.input[i].prevout.hash)
|
||||||
if redeemScript.exists:
|
if redeemScript.exists:
|
||||||
assert(non_witness_utxo.vout[psbt.tx.input[i].prevout.n].scriptPubKey == P2SH(redeemScript))
|
assert(non_witness_utxo.vout[psbt.tx.input[i].prevout.n].scriptPubKey == P2SH(redeemScript))
|
||||||
sign_non_witness(redeemScript)
|
sign_non_witness(redeemScript)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user