We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 909c582 + cf09176 commit a41907aCopy full SHA for a41907a
rust/basic_bitcoin/src/basic_bitcoin/src/bitcoin_wallet/p2tr_raw_key_spend.rs
@@ -27,7 +27,7 @@ pub async fn get_address(
27
Address::p2tr_tweaked(tweaked_pubkey, super::common::transform_network(network))
28
}
29
30
-/// 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
31
/// given amount to the given destination, where the source of the funds is the
32
/// canister itself at the given derivation path.
33
pub async fn send(
0 commit comments