Skip to content

Commit

Permalink
feat : updated l2 messaging implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdbytes committed Dec 27, 2024
1 parent d4aa988 commit a4314be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/client/settlement_client/src/starknet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ impl ClientTrait for StarknetClient {
} else {
latest_block_number - 100
};
assert!(starting_block <= latest_block_number); // safety check
let events_response = ctx.run_until_cancelled(self.get_events(
BlockId::Number(starting_block),
BlockId::Number(latest_block_number),
Expand Down

0 comments on commit a4314be

Please sign in to comment.