diff --git a/consensus/bor/errors.go b/consensus/bor/errors.go index a1e60d1e21..df01b405b6 100644 --- a/consensus/bor/errors.go +++ b/consensus/bor/errors.go @@ -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),