From f2082e04112bfaa9f2c4a6da0ec3f05d9fba84e1 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Tue, 24 Sep 2024 16:46:26 +0200 Subject: [PATCH] chore(rpc): remove redundant trait bound (#11162) --- crates/rpc/rpc/src/otterscan.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rpc/rpc/src/otterscan.rs b/crates/rpc/rpc/src/otterscan.rs index 05a26c8b9..0d4c3de90 100644 --- a/crates/rpc/rpc/src/otterscan.rs +++ b/crates/rpc/rpc/src/otterscan.rs @@ -66,7 +66,7 @@ where RpcTransaction, RpcBlock, RpcReceipt, - > + EthTransactions + > + EthTransactions + TraceExt + 'static, {