mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(primitives): move checkpoints under stage mod (#2906)
This commit is contained in:
@ -1043,7 +1043,9 @@ mod tests {
|
||||
transaction::DbTxMut,
|
||||
};
|
||||
use reth_interfaces::test_utils::TestConsensus;
|
||||
use reth_primitives::{proofs::EMPTY_ROOT, ChainSpecBuilder, StageCheckpoint, H256, MAINNET};
|
||||
use reth_primitives::{
|
||||
proofs::EMPTY_ROOT, stage::StageCheckpoint, ChainSpecBuilder, H256, MAINNET,
|
||||
};
|
||||
use reth_provider::{
|
||||
insert_block,
|
||||
post_state::PostState,
|
||||
|
||||
Reference in New Issue
Block a user