Skip to content

Commit

Permalink
Update create-transactions.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
letmejustputthishere authored Sep 19, 2024
1 parent 7484ee1 commit 54bd39b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 54bd39b

Please sign in to comment.