mirror of
https://github.com/bitcoin/bips.git
synced 2024-11-19 01:40:05 +01:00
Merge pull request #1234 from benthecarman/patch-2
Clarify BIP 322 seralization requires a signed transaction
This commit is contained in:
commit
bfc4a72742
@ -74,7 +74,7 @@ The <code>to_sign</code> transaction is:
|
||||
vout[0].nValue = 0
|
||||
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) ===
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user