1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00

bip-325: correct placement of challenge

This commit is contained in:
Karl-Johan Alm 2020-10-06 06:55:06 +09:00
parent 60bfc4bb53
commit bb989a69e0
No known key found for this signature in database
GPG Key ID: 57AF762DB3353322

View File

@ -60,8 +60,10 @@ The "to_sign" transaction is:
vin[0].prevout.hash = to_spend.txid
vin[0].prevout.n = 0
vin[0].nSequence = 0
vin[0].sigScript = [ signet_solution sigScript (x bytes), if any ]
vin[0].scriptWitness = [ signet_solution scriptWitness (y bytes), if any ]
vout[0].nValue = 0
vout[0].scriptPubKey = signet_challenge
vout[0].scriptPubKey = OP_RETURN
The scriptSig and/or scriptWitness for <code>vin[0]</code> are filled in from the Signet header push above.