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