Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suurkivi committed Dec 9, 2024
1 parent 388a4a8 commit 1681f74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/consensus_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ use tokio::time;
use tonic::transport::Server;
use tracing::{error, info};
use tracing_subscriber::EnvFilter;
use snapchain::mempool::mempool;

struct NodeForTest {
keypair: Keypair,
Expand Down Expand Up @@ -71,6 +72,7 @@ impl NodeForTest {
let node = SnapchainNode::create(
keypair.clone(),
config,
mempool::Config::default(),
None,
gossip_tx,
Some(block_tx),
Expand Down

0 comments on commit 1681f74

Please sign in to comment.