mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
feat: add max_gas_limit to ChainSpec (#9473)
This commit is contained in:
@ -126,7 +126,7 @@ impl<Eth: Call> Call for OpEthApi<Eth> {
|
||||
}
|
||||
|
||||
impl<Eth: LoadState> LoadState for OpEthApi<Eth> {
|
||||
fn provider(&self) -> impl StateProviderFactory {
|
||||
fn provider(&self) -> impl StateProviderFactory + ChainSpecProvider {
|
||||
LoadState::provider(&self.inner)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user