mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(rpc): remove redundant LoadState::cache (#12147)
This commit is contained in:
@ -215,17 +215,12 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
impl<N> LoadState for OpEthApi<N>
|
||||
where
|
||||
impl<N> LoadState for OpEthApi<N> where
|
||||
N: RpcNodeCore<
|
||||
Provider: StateProviderFactory + ChainSpecProvider<ChainSpec: EthereumHardforks>,
|
||||
Pool: TransactionPool,
|
||||
>,
|
||||
>
|
||||
{
|
||||
#[inline]
|
||||
fn cache(&self) -> &EthStateCache {
|
||||
self.inner.cache()
|
||||
}
|
||||
}
|
||||
|
||||
impl<N> EthState for OpEthApi<N>
|
||||
|
||||
Reference in New Issue
Block a user