Skip to content

Commit

Permalink
Revert "fix(docs): getInflationRate epoch type from f64 => u64 (solan…
Browse files Browse the repository at this point in the history
…a-labs#20589)"

This reverts commit 3344a11.
  • Loading branch information
frits-metalogix authored Nov 24, 2021
1 parent 6c173cd commit 67f2a54
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 @@ -1277,7 +1277,7 @@ The result field will be a JSON object with the following fields:
- `total: <f64>`, total inflation
- `validator: <f64>`, inflation allocated to validators
- `foundation: <f64>`, inflation allocated to the foundation
- `epoch: <u64>`, epoch for which these values are valid
- `epoch: <f64>`, epoch for which these values are valid

#### Example:

Expand Down

0 comments on commit 67f2a54

Please sign in to comment.