Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Fix example in docs for getInflationReward (#18494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Ogden authored Jul 7, 2021
1 parent 44289e6 commit ebc7df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developing/clients/jsonrpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ curl http://localhost:8899 -X POST -H "Content-Type: application/json" -d '
"id": 1,
"method": "getInflationReward",
"params": [
["6dmNQ5jwLeLk5REvio1JcMshcbvkYMwy26sJ8pbkvStu", "BGsqMegLpV6n6Ve146sSX2dTjUMj3M92HnU8BbNRMhF2"], 2
["6dmNQ5jwLeLk5REvio1JcMshcbvkYMwy26sJ8pbkvStu", "BGsqMegLpV6n6Ve146sSX2dTjUMj3M92HnU8BbNRMhF2"], {"epoch": 2}
]
}
'
Expand Down

0 comments on commit ebc7df6

Please sign in to comment.