diff --git a/consensus/bor/bor.go b/consensus/bor/bor.go
index 21bea13ecfe715c3318f8c7919dd01b31e95dbd2..800de192a7e620aac228e888f5c770ab94c026c1 100644
--- a/consensus/bor/bor.go
+++ b/consensus/bor/bor.go
@@ -821,7 +821,7 @@ func GetValidators(number uint64, sprint uint64, validatorContract string, ethAP
 
 	// method
 	method := "getValidators"
-	if number < firstEndBlock {
+	if number <= firstEndBlock {
 		method = "getInitialValidators"
 	}