mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore(rpc): remove redundant trait bounds in eth api (#12105)
This commit is contained in:
@@ -231,7 +231,7 @@ pub trait EthTransactions: LoadTransaction {
|
||||
include_pending: bool,
|
||||
) -> impl Future<Output = Result<Option<RpcTransaction<Self::NetworkTypes>>, Self::Error>> + Send
|
||||
where
|
||||
Self: LoadBlock + LoadState + FullEthApiTypes,
|
||||
Self: LoadBlock + LoadState,
|
||||
{
|
||||
async move {
|
||||
// Check the pool first
|
||||
|
||||
Reference in New Issue
Block a user