Skip to content

Commit

Permalink
bug: fix start_block_number bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Nov 8, 2023
1 parent f70daf6 commit 8e835df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/relayer/src/chain/axon/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ impl AxonEventMonitor {
.into_iter()
.for_each(|(event, meta)| self.process_event(event, meta));

self.start_block_number = tip_block_number;
Next::Continue
}

Expand Down

0 comments on commit 8e835df

Please sign in to comment.