summaryrefslogtreecommitdiff
path: root/bip-0322.mediawiki
diff options
context:
space:
mode:
authorbenthecarman <benthecarman@live.com>2021-11-12 18:14:19 -0600
committerGitHub <noreply@github.com>2021-11-12 18:14:19 -0600
commitaadfafa77000b987abe7de54597a05e174fda247 (patch)
treeeb41d563a4e861d871a387137b6258fe24fddf02 /bip-0322.mediawiki
parent93adfba79aa4ec5cad601ddadfaab4f5e7f77d79 (diff)
downloadbips-aadfafa77000b987abe7de54597a05e174fda247.tar.xz
Clarify BIP 322 seralization requires a signed transaction
Diffstat (limited to 'bip-0322.mediawiki')
-rw-r--r--bip-0322.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki
index 5f4704d..89b55ac 100644
--- a/bip-0322.mediawiki
+++ b/bip-0322.mediawiki
@@ -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) ===