You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0322.mediawiki
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Signers who control an address ''A'' who wish to sign a message ''m'' act as fol
128
128
129
129
# 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>.
130
130
# 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.
132
132
# They satisfy <code>to_sign</code> as they would any other transaction.
133
133
134
134
They then encode their signature, choosing either ''simple'' or ''full'' as follows:
0 commit comments