Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 0c803a3

Browse files
Small fix
1 parent 80d7802 commit 0c803a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/polybft/eventtracker/event_tracker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func (e *EventTracker) getNewState(latestBlock *ethgo.Block) error {
324324
}
325325

326326
if err := e.blockContainer.AddBlock(block); err != nil {
327-
return nil
327+
return err
328328
}
329329
}
330330

0 commit comments

Comments
 (0)