Skip to content

Commit

Permalink
Merge pull request #964 from dfinity/alex/fix-comment-p2tr-raw-key-send
Browse files Browse the repository at this point in the history
chore: fix comment in `send()` of P2TR raw key transactions
  • Loading branch information
sesi200 authored Sep 3, 2024
2 parents 909c582 + cf09176 commit a41907a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub async fn get_address(
Address::p2tr_tweaked(tweaked_pubkey, super::common::transform_network(network))
}

/// Sends a P2TR script spend transaction to the network that transfers the
/// Sends a P2TR raw key spend transaction to the network that transfers the
/// given amount to the given destination, where the source of the funds is the
/// canister itself at the given derivation path.
pub async fn send(
Expand Down

0 comments on commit a41907a

Please sign in to comment.