Skip to content

Commit d471768

Browse files
HoOngEemergify[bot]
authored andcommitted
change the names of commonParams' elements to be camelCase
1 parent 32f13fa commit d471768

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

spec/JSON-RPC.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@ When `Transaction` is included in any response, there will be an additional fiel
266266
- minUnwrapCccCost: `U64`
267267
- maxBodySize: `U64`
268268
- snapshotPeriod: `U64`
269-
- term_seconds?: `U64`
270-
- nomination_expiration?: `U64`
271-
- custody_period?: `U64`
272-
- release_period?: `U64`
273-
- max_num_of_validators?: `U64`
274-
- min_num_of_validators?: `U64`
275-
- delegation_threshold?: `U64`
276-
- min_deposit?: `U64`
269+
- termSeconds?: `U64`
270+
- nominationExpiration?: `U64`
271+
- custodyPeriod?: `U64`
272+
- releasePeriod?: `U64`
273+
- maxNumOfValidators?: `U64`
274+
- minNumOfValidators?: `U64`
275+
- delegationThreshold?: `U64`
276+
- minDeposit?: `U64`
277277

278278
# Error codes
279279

0 commit comments

Comments
 (0)