mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
make test compilable (attempt)
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
use super::handle::ImportHandle;
|
use super::handle::ImportHandle;
|
||||||
use crate::{
|
use crate::{
|
||||||
consensus::{HlConsensus, HlConsensusErr},
|
consensus::HlConsensus,
|
||||||
node::{network::HlNewBlock, rpc::engine_api::payload::HlPayloadTypes},
|
node::{network::HlNewBlock, rpc::engine_api::payload::HlPayloadTypes},
|
||||||
HlBlock, HlBlockBody,
|
HlBlock, HlBlockBody,
|
||||||
};
|
};
|
||||||
@ -185,7 +185,7 @@ where
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use crate::chainspec::bsc::bsc_mainnet;
|
use crate::chainspec::hl::hl_mainnet;
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
use alloy_primitives::{B256, U128};
|
use alloy_primitives::{B256, U128};
|
||||||
|
|||||||
Reference in New Issue
Block a user