mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(rpc): remove redundant trait bound (#11162)
This commit is contained in:
@ -66,7 +66,7 @@ where
|
|||||||
RpcTransaction<Eth::NetworkTypes>,
|
RpcTransaction<Eth::NetworkTypes>,
|
||||||
RpcBlock<Eth::NetworkTypes>,
|
RpcBlock<Eth::NetworkTypes>,
|
||||||
RpcReceipt<Eth::NetworkTypes>,
|
RpcReceipt<Eth::NetworkTypes>,
|
||||||
> + EthTransactions<TransactionCompat: TransactionCompat>
|
> + EthTransactions
|
||||||
+ TraceExt
|
+ TraceExt
|
||||||
+ 'static,
|
+ 'static,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user