diff --git a/crates/hotshot/src/traits/election/static_committee_leader_two_views.rs b/crates/hotshot/src/traits/election/static_committee_leader_two_views.rs index eec517f0c2..e5d6c9367d 100644 --- a/crates/hotshot/src/traits/election/static_committee_leader_two_views.rs +++ b/crates/hotshot/src/traits/election/static_committee_leader_two_views.rs @@ -145,7 +145,7 @@ impl Membership for StaticCommitteeLeaderForTwoViews::View, _epoch: ::Epoch, ) -> std::collections::BTreeSet<::SignatureKey> { - self.stake_table + self.da_stake_table .iter() .map(TYPES::SignatureKey::public_key) .collect()