Skip to content

Commit b48003e

Browse files
Update README.md
1 parent 373ba72 commit b48003e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rust/basic_bitcoin/README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,7 @@ reflected in your current balance.
219219
You can also get a range of Bitcoin block headers by using the `get_block_headers`
220220
endpoint on your canister.
221221

222-
In the Candid UI, write the desired start height and optionally end height, and click on "Call":
223-
224-
Alternatively, make the call using the command line. Be sure to replace `10` with your
225-
desired start height:
222+
Make the call using the command line. Be sure to replace `10` with your desired start height:
226223

227224
```bash
228225
dfx canister --network=ic call basic_bitcoin get_block_headers "(10: nat32)"

0 commit comments

Comments
 (0)