mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Make getMissiedRoundsInEpochByBlockNum API method lower case
This commit is contained in:
parent
6740545358
commit
14f6b267c4
1 changed files with 2 additions and 2 deletions
|
|
@ -157,8 +157,8 @@ web3._extend({
|
|||
call: 'XDPoS_getLatestPoolStatus'
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'GetMissiedRoundsInEpochByBlockNum',
|
||||
call: 'XDPoS_GetMissiedRoundsInEpochByBlockNum',
|
||||
name: 'getMissiedRoundsInEpochByBlockNum',
|
||||
call: 'XDPoS_getMissiedRoundsInEpochByBlockNum',
|
||||
params: 1,
|
||||
inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue