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

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Oct 5, 2023
1 parent 0d1051a commit bdc00bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/polybft/eventtracker/event_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func (e *EventTracker) getNewState(latestBlock *ethgo.Block) error {
}

if err := e.blockContainer.AddBlock(block); err != nil {
return nil
return err
}
}

Expand Down

0 comments on commit bdc00bb

Please sign in to comment.