Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsharma committed May 20, 2022
1 parent 20d99d9 commit 59337a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/bor/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 59337a7

Please sign in to comment.