Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/running-an-arc-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ curl -s -X POST http://localhost:8545 \
```

The produced output is in JSON format.
The `result` field represents the next block height, in hexadecimal
(you can use `printf "%0d"` to translate it into decimal).
The `result` field represents the latest block number known to the node,
encoded as a hexadecimal quantity (you can use `printf "%d\n" <hex>` to convert it to decimal).
It should increase over time.
If it remains `0x0`, check the logs of the consensus layer for errors.
Common causes are a missing or incomplete snapshot, mismatched `$ARC_RUN`
Expand Down