Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JossDuff committed Jun 5, 2024
1 parent b2ca7d1 commit c69faf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/simple-logs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ async fn main() {
// if to_block is not set, query runs to the end of the chain
let to_block = Some(1627509);

// get logs
let logs = client
.preset_query_get_logs(contracts, from_block, to_block)
.await
Expand Down

0 comments on commit c69faf7

Please sign in to comment.