diff --git a/crates/evm/src/query.rs b/crates/evm/src/query.rs index 9255b000c4..910cad7023 100644 --- a/crates/evm/src/query.rs +++ b/crates/evm/src/query.rs @@ -1581,7 +1581,7 @@ impl Evm { Ok(all_logs) } - // https://github.com/paradigmxyz/reth/blob/main/crates/rpc/rpc/src/eth/logs_utils.rs#L21 + // https://github.com/paradigmxyz/reth/blob/main/crates/rpc/rpc-eth-types/src/logs_utils.rs#L69 fn append_matching_block_logs( &self, working_set: &mut WorkingSet, diff --git a/crates/evm/src/rpc_helpers/log_utils.rs b/crates/evm/src/rpc_helpers/log_utils.rs index 3234197b66..b7955f5c9c 100644 --- a/crates/evm/src/rpc_helpers/log_utils.rs +++ b/crates/evm/src/rpc_helpers/log_utils.rs @@ -1,4 +1,4 @@ -// https://github.com/paradigmxyz/reth/blob/main/crates/rpc/rpc/src/eth/logs_utils.rs +// https://github.com/paradigmxyz/reth/blob/main/crates/rpc/rpc-eth-types/src/logs_utils.rs /// Computes the block range based on the filter range and current block numbers pub fn get_filter_block_range(