From 76a4020894e9dc1cba0e676f490412e338531267 Mon Sep 17 00:00:00 2001 From: Oleksandr Tkachenko Date: Fri, 20 Sep 2024 15:49:10 +0200 Subject: [PATCH] fix copy-paste --- motoko/basic_bitcoin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motoko/basic_bitcoin/README.md b/motoko/basic_bitcoin/README.md index d71a4576c..fba1bacbd 100644 --- a/motoko/basic_bitcoin/README.md +++ b/motoko/basic_bitcoin/README.md @@ -104,7 +104,7 @@ from two types of addresses: address](https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki) where the funds can be spent using the raw (untweaked) internal key (so-called P2TR key path spend, but untweaked). The advantage of this - approach compared to the one below is its significantly smaller fee per + approach compared to P2TR script spends is its significantly smaller fee per transaction because checking the transaction signature is analogous to P2PK but uses Schnorr instead of ECDSA. IMPORTANT: Note that [BIP341](https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki#cite_note-23)