mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rename Block*Provider for Block*Reader (#3385)
This commit is contained in:
@ -23,7 +23,7 @@ use reth_primitives::{
|
||||
proofs, Block, BlockNumberOrTag, ChainSpec, Header, IntoRecoveredTransaction, Receipt,
|
||||
SealedBlock, Withdrawal, EMPTY_OMMER_ROOT, H256, U256,
|
||||
};
|
||||
use reth_provider::{BlockProviderIdExt, BlockSource, PostState, StateProviderFactory};
|
||||
use reth_provider::{BlockReaderIdExt, BlockSource, PostState, StateProviderFactory};
|
||||
use reth_revm::{
|
||||
database::{State, SubState},
|
||||
env::tx_env_with_recovered,
|
||||
@ -98,7 +98,7 @@ impl<Client, Pool, Tasks> BasicPayloadJobGenerator<Client, Pool, Tasks> {}
|
||||
|
||||
impl<Client, Pool, Tasks> PayloadJobGenerator for BasicPayloadJobGenerator<Client, Pool, Tasks>
|
||||
where
|
||||
Client: StateProviderFactory + BlockProviderIdExt + Clone + Unpin + 'static,
|
||||
Client: StateProviderFactory + BlockReaderIdExt + Clone + Unpin + 'static,
|
||||
Pool: TransactionPool + Unpin + 'static,
|
||||
Tasks: TaskSpawner + Clone + Unpin + 'static,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user