mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
initial span size condition change
This commit is contained in:
parent
ee77e5bd0f
commit
0edf50b540
1 changed files with 1 additions and 1 deletions
|
|
@ -821,7 +821,7 @@ func GetValidators(number uint64, sprint uint64, validatorContract string, ethAP
|
|||
|
||||
// method
|
||||
method := "getValidators"
|
||||
if number < firstEndBlock {
|
||||
if number <= firstEndBlock {
|
||||
method = "getInitialValidators"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue