Skip to content

Commit 7bfe5f3

Browse files
authored
Update json-rpc.mdx
quick fix: this method doesn't need params
1 parent 946f883 commit 7bfe5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/builders/node-operators/json-rpc.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,13 +973,13 @@ TODO: add description
973973
<Tabs.Tab>
974974
```sh
975975
curl -X POST -H "Content-Type: application/json" --data \
976-
'{"jsonrpc":"2.0","method":"admin_sequencerActive","params":[todo],"id":1}' \
976+
'{"jsonrpc":"2.0","method":"admin_sequencerActive","params":[],"id":1}' \
977977
http://localhost:9545
978978
```
979979
</Tabs.Tab>
980980
<Tabs.Tab>
981981
```sh
982-
cast rpc admin_sequencerActive [todo: add paramater options] --rpc-url http://localhost:9545
982+
cast rpc admin_sequencerActive [] --rpc-url http://localhost:9545
983983
```
984984
</Tabs.Tab>
985985
</Tabs>

0 commit comments

Comments
 (0)