mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +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'
|
call: 'XDPoS_getLatestPoolStatus'
|
||||||
}),
|
}),
|
||||||
new web3._extend.Method({
|
new web3._extend.Method({
|
||||||
name: 'GetMissiedRoundsInEpochByBlockNum',
|
name: 'getMissiedRoundsInEpochByBlockNum',
|
||||||
call: 'XDPoS_GetMissiedRoundsInEpochByBlockNum',
|
call: 'XDPoS_getMissiedRoundsInEpochByBlockNum',
|
||||||
params: 1,
|
params: 1,
|
||||||
inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
|
inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue