diff --git a/bip-0325.mediawiki b/bip-0325.mediawiki index d27d0b9f..066c3f21 100644 --- a/bip-0325.mediawiki +++ b/bip-0325.mediawiki @@ -61,8 +61,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 vin[0] are filled in from the Signet header push above.