diff --git a/src/rpc/methods/eth.rs b/src/rpc/methods/eth.rs index ce72543d822..2d7791d49d1 100644 --- a/src/rpc/methods/eth.rs +++ b/src/rpc/methods/eth.rs @@ -1281,7 +1281,6 @@ impl RpcMethod<2> for EthGetBlockByNumber { } } -// First add the shared function that both methods will use async fn get_block_receipts( ctx: &Ctx, block_hash: EthHash,