Skip to content

Commit

Permalink
Add blockNumber in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lumos42 committed Sep 3, 2023
1 parent 83766ed commit 22b3bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/evm/limit_order.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (lop *limitOrderProcesser) listenAndStoreLimitOrderTransactions() {
lop.memoryDb.Accept(snapshotBlockNumber, snapshotBlock.Timestamp())
err := lop.saveMemoryDBSnapshot(big.NewInt(int64(snapshotBlockNumber)))
if err != nil {
log.Error("Error in saving memory DB snapshot", "err", err)
log.Error("Error in saving memory DB snapshot", "err", err, "snapshotBlockNumber", snapshotBlockNumber, "current blockNumber", blockNumber, "blockNumberFloor", blockNumberFloor)
}
}

Expand Down

0 comments on commit 22b3bb8

Please sign in to comment.