From 54bd39b061b8d8f115dac5ddc825eb171d9b163b Mon Sep 17 00:00:00 2001 From: Moritz Fuller <32162112+letmejustputthishere@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:53:46 +0200 Subject: [PATCH] Update create-transactions.mdx --- .../multi-chain/bitcoin/using-btc/create-transactions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/multi-chain/bitcoin/using-btc/create-transactions.mdx b/docs/developer-docs/multi-chain/bitcoin/using-btc/create-transactions.mdx index ccb2d3b2b5..aad36539d5 100644 --- a/docs/developer-docs/multi-chain/bitcoin/using-btc/create-transactions.mdx +++ b/docs/developer-docs/multi-chain/bitcoin/using-btc/create-transactions.mdx @@ -18,7 +18,7 @@ creates new UTXOs. In order to create a Bitcoin transaction, you need to: 1. Get the available UTXOs corresponding to a Bitcoin address controlled by the canister using the `bitcoin_get_utxos` API endpoint. -2. Calculate an appropriate transaction fee using the `bitcoin_estimate_fee` API +2. Calculate an appropriate transaction fee using the `bitcoin_get_current_fee_percentiles` API endpoint. 3. Select a subset of the available UTXOs to spend that covers the transaction amount and fee.