We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf36070 commit a1ea280Copy full SHA for a1ea280
motoko/basic_bitcoin/README.md
@@ -108,7 +108,8 @@ from three types of addresses:
108
(so-called P2TR key path spend, but untweaked). The advantage of this
109
approach compared to P2TR script spends is its significantly smaller fee per
110
transaction because checking the transaction signature is analogous to P2PK
111
- but uses Schnorr instead of ECDSA. IMPORTANT: Note that
+ but uses Schnorr instead of ECDSA. The limitation of untweaked P2TR addresses
112
+ is that they cannot be used with scripts. IMPORTANT: Note that
113
[BIP341](https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki#cite_note-23)
114
advises against using taproot addresses that can be spent with an untweaked
115
key. This precaution is to prevent attacks that can occur when creating
0 commit comments