From b48003e5a8d78dc347d99e77ab6dfda8a3f14cb1 Mon Sep 17 00:00:00 2001 From: Dragoljub Djuric Date: Wed, 28 Aug 2024 14:02:54 +0200 Subject: [PATCH] Update README.md --- rust/basic_bitcoin/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rust/basic_bitcoin/README.md b/rust/basic_bitcoin/README.md index 0d6cf3cdb..437a42715 100644 --- a/rust/basic_bitcoin/README.md +++ b/rust/basic_bitcoin/README.md @@ -219,10 +219,7 @@ reflected in your current balance. You can also get a range of Bitcoin block headers by using the `get_block_headers` endpoint on your canister. -In the Candid UI, write the desired start height and optionally end height, and click on "Call": - -Alternatively, make the call using the command line. Be sure to replace `10` with your -desired start height: +Make the call using the command line. Be sure to replace `10` with your desired start height: ```bash dfx canister --network=ic call basic_bitcoin get_block_headers "(10: nat32)"