Skip to content

Commit bfc4a72

Browse files
authored
Merge pull request bitcoin#1234 from benthecarman/patch-2
Clarify BIP 322 seralization requires a signed transaction
2 parents 93adfba + aadfafa commit bfc4a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0322.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The <code>to_sign</code> transaction is:
7474
vout[0].nValue = 0
7575
vout[0].scriptPubKey = OP_RETURN
7676
77-
A full signature consists of the base64-encoding of the <code>to_sign</code> transaction in standard network serialisation.
77+
A full signature consists of the base64-encoding of the <code>to_sign</code> transaction in standard network serialisation once it has been signed.
7878

7979
=== Full (Proof of Funds) ===
8080

0 commit comments

Comments
 (0)