From fd313ce0ecbad73f1e81e6fc3c29aff40b368447 Mon Sep 17 00:00:00 2001 From: tbro Date: Tue, 29 Oct 2024 17:14:48 -0600 Subject: [PATCH] Add stake holders to HotShot Context --- crates/hotshot/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) 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,