Skip to content

Commit bb989a6

Browse files
committed
bip-325: correct placement of challenge
1 parent 60bfc4b commit bb989a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bip-0325.mediawiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ The "to_sign" transaction is:
6060
vin[0].prevout.hash = to_spend.txid
6161
vin[0].prevout.n = 0
6262
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 ]
6365
vout[0].nValue = 0
64-
vout[0].scriptPubKey = signet_challenge
66+
vout[0].scriptPubKey = OP_RETURN
6567
6668
The scriptSig and/or scriptWitness for <code>vin[0]</code> are filled in from the Signet header push above.
6769

0 commit comments

Comments
 (0)