Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Jan 31, 2024
1 parent e6710c6 commit 1c5f400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noble/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func (n *Noble) StartListener(
if err != nil || res == nil {
logger.Debug(fmt.Sprintf("unable to query Noble block %d", block), "error:", err)
blockQueue <- block
continue
}

for _, tx := range res.Txs {
Expand Down

0 comments on commit 1c5f400

Please sign in to comment.