initial span size condition change

This commit is contained in:
venkatesh mankena 2019-09-20 17:54:01 +05:30
parent ee77e5bd0f
commit 0edf50b540

View file

@ -821,7 +821,7 @@ func GetValidators(number uint64, sprint uint64, validatorContract string, ethAP
// method
method := "getValidators"
if number < firstEndBlock {
if number <= firstEndBlock {
method = "getInitialValidators"
}