From ec37a843a44c863729bba297b42ba05820cad405 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 24 Apr 2021 12:13:02 -0700 Subject: [PATCH] docs: getInflationReward rpc output fields should be in lower camel case (#16802) --- 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 351f0b2352..626a49c16d 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -1209,10 +1209,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