Skip to content

Commit

Permalink
fix(docs): getInflationRate epoch type from f64 => u64 (#20589) (#20590)
Browse files Browse the repository at this point in the history
(cherry picked from commit 185c9f9)

Co-authored-by: Yihau Chen <[email protected]>
  • Loading branch information
mergify[bot] and yihau authored Oct 11, 2021
1 parent 50803c3 commit 67738a2
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 @@ -1340,7 +1340,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: <f64>`, epoch for which these values are valid
- `epoch: <u64>`, epoch for which these values are valid

#### Example:

Expand Down

0 comments on commit 67738a2

Please sign in to comment.