Skip to content

Commit

Permalink
Update node/consensus/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: ljedrz <[email protected]>
Signed-off-by: shnacke <[email protected]>
  • Loading branch information
miazn and ljedrz authored Mar 20, 2024
1 parent 572900f commit 06aeeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/consensus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl<N: Network> Consensus<N> {
seen_transactions: Arc::new(Mutex::new(LruCache::new(NonZeroUsize::new(1 << 16).unwrap()))),
handles: Default::default(),
#[cfg(feature = "metrics")]
transmissions_queue_timestamps: Arc::new(Mutex::new(HashMap::new())),
transmissions_queue_timestamps: Default::default(),
})
}

Expand Down

0 comments on commit 06aeeb3

Please sign in to comment.