diff --git a/crates/hotshot/src/lib.rs b/crates/hotshot/src/lib.rs index 08b1ef1548..bfc3621c2a 100644 --- a/crates/hotshot/src/lib.rs +++ b/crates/hotshot/src/lib.rs @@ -113,6 +113,9 @@ pub struct SystemContext, V: Versi /// Memberships used by consensus pub memberships: Arc>, + /// Committee of Stake Holders + pub stake_holders: Arc>, + /// the metrics that the implementor is using. metrics: Arc,