Skip to content

Commit

Permalink
fix: Main error check
Browse files Browse the repository at this point in the history
  • Loading branch information
saitofun committed Jul 18, 2024
1 parent d27f5c8 commit 85a9bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sequencer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func Main() error {
blockchain.SetLogger(config.Logger)
if err := config.Blockchain.RunMonitor(); err != nil {
config.Logger.Error(err, "failed to start tx monitor")
return err
}
event.InitRunner(ctx)()
defer config.Blockchain.Close()
Expand Down

0 comments on commit 85a9bb9

Please sign in to comment.