Skip to content

Commit 050d422

Browse files
authored
Merge pull request #1789 from darosior/2503_bip348_ref_bip342
bip-0348: correct BIP number in referencing unknown key types
2 parents 7e15925 + 1dee483 commit 050d422

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bip-0348.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ message, and a signature. If the signature is valid for that public key and
2828
message, 1 is pushed to the stack. If the signature is the empty vector, 0 is
2929
pushed to the stack, and otherwise script execution fails.
3030

31-
Only 32-byte keys are constrained. Similar to [BIP 341] unknown key types, for
31+
Only 32-byte keys are constrained. Similar to [BIP 342] unknown key types, for
3232
other key lengths no signature verification is performed and it is considered
3333
successful.
3434

@@ -129,8 +129,6 @@ This document is licensed under the 3-clause BSD license.
129129

130130
[BIP 340]: https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki
131131

132-
[BIP 341]: https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki
133-
134132
[BIP 342]: https://github.com/bitcoin/bips/blob/master/bip-0342.mediawiki
135133

136134
[BIP 349]: https://github.com/bitcoin/bips/blob/master/bip-0349.md

0 commit comments

Comments
 (0)