Skip to content

Commit 8903528

Browse files
committed
pqrh: small modification to docs
1 parent 478ebf1 commit 8903528

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

bip-0360/ref-impl/rust/docs/p2qrh-end-to-end.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ $ b-reg decodescript 206d4ddc0e47d2e8f82cbe2fc2d0d749e7bd3338112cecdc76d8f831ae6
5353
6d4ddc0e47d2e8f82cbe2fc2d0d749e7bd3338112cecdc76d8f831ae6620dbe0 OP_CHECKSIG
5454
-----
5555
+
56-
NOTE: This script includes a 32-byte x-only public key.
57-
Subsequently, it is not of standard type P2PK.
58-
As a standalone script, this script would be considered _non-standard_.
59-
However, as a tapleaf script, it is considered _standard_.
60-
Tapscript relaxes many script standardness rules.
56+
NOTE: Notice that this script commits to a Schnorr 32-byte x-only public key.
6157

6258
. Generate a P2QRH scripPubKey and address given a taptree as defined in link:https://learnmeabitcoin.com/technical/upgrades/taproot/#example-3-script-path-spend-signature[learnmeabitcoin tutorial] :
6359
+

bip-0360/ref-impl/rust/docs/p2tr-end-to-end.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ $ b-reg decodescript 206d4ddc0e47d2e8f82cbe2fc2d0d749e7bd3338112cecdc76d8f831ae6
5151
6d4ddc0e47d2e8f82cbe2fc2d0d749e7bd3338112cecdc76d8f831ae6620dbe0 OP_CHECKSIG
5252
-----
5353
+
54-
NOTE: This script includes a 32-byte x-only public key.
55-
Subsequently, it is not of standard type P2PK.
56-
As a standalone script, this script would be considered _non-standard_.
57-
However, as a tapleaf script, it is considered _standard_.
58-
Tapscript relaxes many script standardness rules.
54+
NOTE: Notice that this script commits to a Schnorr 32-byte x-only public key.
5955

6056
. Generate a P2TR scripPubKey and address given a taptree as defined in link:https://learnmeabitcoin.com/technical/upgrades/taproot/#example-3-script-path-spend-signature[learnmeabitcoin tutorial] :
6157
+

0 commit comments

Comments
 (0)