mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use alloy's blockwithparent (#13052)
This commit is contained in:
@ -1225,11 +1225,10 @@ mod tests {
|
||||
use super::*;
|
||||
use crate::headers::test_utils::child_header;
|
||||
use alloy_consensus::Header;
|
||||
use alloy_eips::BlockNumHash;
|
||||
use alloy_eips::{eip1898::BlockWithParent, BlockNumHash};
|
||||
use assert_matches::assert_matches;
|
||||
use reth_consensus::test_utils::TestConsensus;
|
||||
use reth_network_p2p::test_utils::TestHeadersClient;
|
||||
use reth_primitives_traits::BlockWithParent;
|
||||
|
||||
/// Tests that `replace_number` works the same way as `Option::replace`
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user