Skip to content

Commit

Permalink
Merge pull request #3500 from dfinity/letmejustputthishere-patch-8
Browse files Browse the repository at this point in the history
Update create-transactions.mdx
  • Loading branch information
letmejustputthishere authored Sep 20, 2024
2 parents ced1847 + 54bd39b commit 01ab6e5
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 01ab6e5

Please sign in to comment.