Skip to content

Commit e78a64f

Browse files
authored
Merge pull request bitcoin#1028 from kallewoof/202010-signmsg2
BIP-322: minor clarification
2 parents 2fb8635 + 1a7eaa9 commit e78a64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0322.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ More importantly, it does not prove ownership nor access to any funds, even if t
2525

2626
== Specification ==
2727

28-
This BIP follows the specification of BIP-325 challenges and solutions (see Signet comparison below).
28+
This BIP follows the specification of BIP-325 challenges and solutions.
2929

3030
Let there be two virtual transactions to_spend and to_sign.
3131

@@ -63,7 +63,7 @@ When a proof of funds is being created, additional inputs should be included for
6363
6464
Proofs of funds are the base64-encoding of the to_spend and to_sign transactions concatenated in standard network serialisation, and proofs without additional inputs or time locks (simple proofs) are the base64-encoding of the to_sign script witness.
6565

66-
A validator must verify it is valid and meets the description of virtual transactions as specified above. See "Validation" below.
66+
A validator must verify the proof is valid and meets the description of virtual transactions as specified above. See "Validation" below.
6767

6868
=== Validation ===
6969

0 commit comments

Comments
 (0)