From 4882c7f2ba74be0ff735ec3b67451755cee8e23c Mon Sep 17 00:00:00 2001 From: Oleksandr Tkachenko Date: Mon, 13 Jan 2025 18:35:47 +0100 Subject: [PATCH] comments --- motoko/basic_bitcoin/src/basic_bitcoin/src/P2tr.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motoko/basic_bitcoin/src/basic_bitcoin/src/P2tr.mo b/motoko/basic_bitcoin/src/basic_bitcoin/src/P2tr.mo index f8d38d937..5333fd8ff 100644 --- a/motoko/basic_bitcoin/src/basic_bitcoin/src/P2tr.mo +++ b/motoko/basic_bitcoin/src/basic_bitcoin/src/P2tr.mo @@ -142,7 +142,7 @@ module { }; }; - // Sign a bitcoin transaction. + // Sign a key spend bitcoin taproot transaction. // // IMPORTANT: This method is for demonstration purposes only and it only // supports signing transactions if: @@ -184,7 +184,7 @@ module { transaction.toBytes(); }; - /// Sign a bitcoin transaction. + /// Sign a script spend bitcoin taproot transaction. /// /// IMPORTANT: This method is for demonstration purposes only and it only /// supports signing transactions if: