Skip to content

Commit

Permalink
fix noble flush
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Mar 20, 2024
1 parent ef0904b commit 056a74b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noble/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ func (n *Noble) StartListener(
) {
logger = logger.With("chain", n.Name(), "chain_id", n.chainID, "domain", n.Domain())

flushInterval = flushInterval_

if n.startBlock == 0 {
n.startBlock = n.LatestBlock()
}
Expand Down

0 comments on commit 056a74b

Please sign in to comment.