Skip to content

Commit 46858e5

Browse files
authored
Merge pull request #2058 from kurahin/fix/bip322-proof-of-funds-inputs
2 parents 1e663c2 + 80b4b2a commit 46858e5

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
@@ -128,7 +128,7 @@ Signers who control an address ''A'' who wish to sign a message ''m'' act as fol
128128

129129
# They construct <code>to_spend</code> and <code>to_sign</code> as specified above, using the scriptPubKey of ''A'' for <code>message_challenge</code> and tagged hash of ''m'' as <code>message_hash</code>.
130130
# Optionally, they may set nLockTime of <code>to_sign</code> or nSequence of its first input.
131-
# Optionally, they may add any additional outputs to <code>to_sign</code> that they wish to prove control of.
131+
# Optionally, they may add any additional inputs to <code>to_sign</code> that they wish to prove control of.
132132
# They satisfy <code>to_sign</code> as they would any other transaction.
133133
134134
They then encode their signature, choosing either ''simple'' or ''full'' as follows:

0 commit comments

Comments
 (0)