Skip to content

Commit a41907a

Browse files
authored
Merge pull request #964 from dfinity/alex/fix-comment-p2tr-raw-key-send
chore: fix comment in `send()` of P2TR raw key transactions
2 parents 909c582 + cf09176 commit a41907a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/basic_bitcoin/src/basic_bitcoin/src/bitcoin_wallet/p2tr_raw_key_spend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub async fn get_address(
2727
Address::p2tr_tweaked(tweaked_pubkey, super::common::transform_network(network))
2828
}
2929

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

0 commit comments

Comments
 (0)