Skip to content

Commit

Permalink
docs: remove methods from CLI tutorial that do not work currently (#915)
Browse files Browse the repository at this point in the history
* Update node-tutorial.mdx

* Update node-tutorial.mdx
  • Loading branch information
jcstein committed Jul 19, 2023
1 parent b287fa9 commit 48fe250
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/developers/node-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1586,18 +1586,6 @@ Query node information:
celestia rpc node Info
```
Get share by data availibility header and index:
```bash
celestia rpc share GetShare "$(celestia rpc header GetByHeight 32236 | jq '.result.dah' -r)" 32236 0
```
Get share by namespace:
```bash
celestia rpc share GetSharesByNamespace "$(celestia rpc header GetByHeight 32236 | jq '.result.dah' -r)" GHTmQvXd5Yk=
```
Get header by height:
```bash
Expand Down

0 comments on commit 48fe250

Please sign in to comment.