Minor Fix

This commit is contained in:
Shivam Sharma 2022-05-20 17:32:49 +05:30
parent 20d99d94df
commit 59337a7a07

View file

@ -134,7 +134,7 @@ type InvalidStateReceivedError struct {
func (e *InvalidStateReceivedError) Error() string {
return fmt.Sprintf(
"Received invalid event %s at block %d. Requested events until %s. Last state id was %d",
"Received invalid event %v at block %d. Requested events until %s. Last state id was %d",
e.Event,
e.Number,
e.To.Format(time.RFC3339),