Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
altkdf committed Jan 13, 2025
1 parent a566ba5 commit 4882c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motoko/basic_bitcoin/src/basic_bitcoin/src/P2tr.mo
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4882c7f

Please sign in to comment.