Skip to content

Commit

Permalink
module hbbft fork manager
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Feb 3, 2024
1 parent b3d2136 commit afa8bae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/ethcore/src/engines/hbbft/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ mod contracts;
mod contribution;
mod hbbft_early_epoch_end_manager;
mod hbbft_engine;
mod hbbft_network_fork_manager;
mod hbbft_message_memorium;
mod hbbft_peers_management;
mod hbbft_state;
Expand All @@ -17,6 +18,7 @@ pub use self::hbbft_engine::HoneyBadgerBFT;
use crypto::publickey::Public;
use std::fmt;


#[derive(Clone, Copy, Default, Eq, Hash, Ord, PartialEq, PartialOrd, Serialize, Deserialize)]
pub struct NodeId(pub Public);

Expand Down

0 comments on commit afa8bae

Please sign in to comment.