Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haider-rs committed Apr 17, 2024
1 parent a995701 commit b6ffd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/ethereum/server/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ where
let block_range = BlockRange {
address: logs.contracts.clone(),
topics: logs.topics.clone(),
filter: logs.block.clone(),
filter: logs.block,
};
let logs = self.backend.get_logs(block_range).await?;
EthQueryResult::GetLogs(logs)
Expand Down

0 comments on commit b6ffd40

Please sign in to comment.