mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Minor Fix
This commit is contained in:
parent
20d99d94df
commit
59337a7a07
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ type InvalidStateReceivedError struct {
|
||||||
|
|
||||||
func (e *InvalidStateReceivedError) Error() string {
|
func (e *InvalidStateReceivedError) Error() string {
|
||||||
return fmt.Sprintf(
|
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.Event,
|
||||||
e.Number,
|
e.Number,
|
||||||
e.To.Format(time.RFC3339),
|
e.To.Format(time.RFC3339),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue