From 0ecd1755a6b4c26b3401de70a91fa8337442badc Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 24 Apr 2021 19:37:55 +0000 Subject: [PATCH] docs: getInflationReward rpc output fields should be in lower camel case (#16802) (#16805) (cherry picked from commit ec37a843a44c863729bba297b42ba05820cad405) Co-authored-by: Josh --- docs/src/developing/clients/jsonrpc-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index ed9509ba5f..8a35aa4b49 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -1484,10 +1484,10 @@ Returns the inflation reward for a list of addresses for an epoch The result field will be a JSON array with the following fields: -- `epoch: `, epoch -- `effective_slot: `, the slot in which the rewards are effective +- `epoch: `, epoch for which reward occured +- `effectiveSlot: `, the slot in which the rewards are effective - `amount: `, reward amount in lamports -- `post_balance: `, post balance of the account in lamports +- `postBalance: `, post balance of the account in lamports #### Example