mirror of
https://github.com/bitcoin/bips.git
synced 2026-04-06 16:16:45 +00:00
Clarify BIP 322 seralization requires a signed transaction
This commit is contained in:
@@ -74,7 +74,7 @@ The <code>to_sign</code> transaction is:
|
|||||||
vout[0].nValue = 0
|
vout[0].nValue = 0
|
||||||
vout[0].scriptPubKey = OP_RETURN
|
vout[0].scriptPubKey = OP_RETURN
|
||||||
|
|
||||||
A full signature consists of the base64-encoding of the <code>to_sign</code> transaction in standard network serialisation.
|
A full signature consists of the base64-encoding of the <code>to_sign</code> transaction in standard network serialisation once it has been signed.
|
||||||
|
|
||||||
=== Full (Proof of Funds) ===
|
=== Full (Proof of Funds) ===
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user