Skip to content

Commit

Permalink
Minor fix in method name (remove example)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipopescu committed Jun 25, 2024
1 parent 738ff39 commit 86872f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The result from `chain_get_block` depends on block availability from a given nod
"id": 1,
"jsonrpc": "2.0",
"result": {
"name": "chain_get_block_example_result",
"name": "chain_get_block_result",
"value": {
"api_version": "2.0.0",
"block_with_signatures": {
Expand Down Expand Up @@ -271,7 +271,7 @@ This method returns the era summary at a given [Block](../../concepts/design/cas
"jsonrpc": "2.0",
"id": 1,
"result": {
"name": "chain_get_era_summary_example_result",
"name": "chain_get_era_summary_result",
"value": {
"api_version": "2.0.0",
"era_summary": {
Expand Down
2 changes: 1 addition & 1 deletion source/docs/casper/developers/json-rpc/json-rpc-pos.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This method returns the [bids](../../concepts/economics/consensus.md#bids) and [
"id": 1,
"jsonrpc": "2.0",
"result": {
"name": "state_get_auction_info_example_result",
"name": "state_get_auction_info_result",
"value": {
"api_version": "2.0.0",
"auction_state": {
Expand Down

0 comments on commit 86872f0

Please sign in to comment.