We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373ba72 commit b48003eCopy full SHA for b48003e
rust/basic_bitcoin/README.md
@@ -219,10 +219,7 @@ reflected in your current balance.
219
You can also get a range of Bitcoin block headers by using the `get_block_headers`
220
endpoint on your canister.
221
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:
+Make the call using the command line. Be sure to replace `10` with your desired start height:
226
227
```bash
228
dfx canister --network=ic call basic_bitcoin get_block_headers "(10: nat32)"
0 commit comments