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.
1 parent 60bfc4b commit bb989a6Copy full SHA for bb989a6
bip-0325.mediawiki
@@ -60,8 +60,10 @@ The "to_sign" transaction is:
60
vin[0].prevout.hash = to_spend.txid
61
vin[0].prevout.n = 0
62
vin[0].nSequence = 0
63
+ vin[0].sigScript = [ signet_solution sigScript (x bytes), if any ]
64
+ vin[0].scriptWitness = [ signet_solution scriptWitness (y bytes), if any ]
65
vout[0].nValue = 0
- vout[0].scriptPubKey = signet_challenge
66
+ vout[0].scriptPubKey = OP_RETURN
67
68
The scriptSig and/or scriptWitness for <code>vin[0]</code> are filled in from the Signet header push above.
69
0 commit comments