mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 14:33:52 +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
|
||||||
method := "getValidators"
|
method := "getValidators"
|
||||||
if number < firstEndBlock {
|
if number <= firstEndBlock {
|
||||||
method = "getInitialValidators"
|
method = "getInitialValidators"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue