mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: use BlockHashOrNum in providers (#2627)
This commit is contained in:
@ -17,8 +17,8 @@ use reth_primitives::{
|
||||
use reth_provider::{
|
||||
chain::{ChainSplit, SplitAt},
|
||||
post_state::PostState,
|
||||
BlockIdProvider, CanonStateNotification, CanonStateNotificationSender, CanonStateNotifications,
|
||||
Chain, ExecutorFactory, HeaderProvider, Transaction,
|
||||
BlockNumProvider, CanonStateNotification, CanonStateNotificationSender,
|
||||
CanonStateNotifications, Chain, ExecutorFactory, HeaderProvider, Transaction,
|
||||
};
|
||||
use std::{
|
||||
collections::{BTreeMap, HashMap},
|
||||
|
||||
Reference in New Issue
Block a user