Skip to content

Commit

Permalink
Update consensus/src/tests/context.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Boog900 <[email protected]>
  • Loading branch information
SyntheticBird45 and Boog900 authored Oct 16, 2024
1 parent 6c883cf commit cb18852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion consensus/src/tests/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ use proptest::strategy::ValueTree;
use proptest::{strategy::Strategy, test_runner::TestRunner};
use tower::ServiceExt;

use crate::{tests::mock_db::*, HardFork};
use cuprate_consensus_context::{
initialize_blockchain_context, BlockChainContextRequest, BlockChainContextResponse,
ContextConfig, NewBlockData,
};

use crate::{tests::mock_db::*, HardFork};

pub(crate) mod data;
mod difficulty;
mod hardforks;
Expand Down

0 comments on commit cb18852

Please sign in to comment.