chore(rpc): remove redundant trait bound (#11162)

This commit is contained in:
Emilia Hane
2024-09-24 16:46:26 +02:00
committed by GitHub
parent aac78821c3
commit f2082e0411

View File

@ -66,7 +66,7 @@ where
RpcTransaction<Eth::NetworkTypes>,
RpcBlock<Eth::NetworkTypes>,
RpcReceipt<Eth::NetworkTypes>,
> + EthTransactions<TransactionCompat: TransactionCompat>
> + EthTransactions
+ TraceExt
+ 'static,
{