Skip to content

Commit

Permalink
fix da_committee_members
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Nov 19, 2024
1 parent 6a0e97b commit d4815f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl<TYPES: NodeType> Membership<TYPES> for StaticCommitteeLeaderForTwoViews<TYP
_view_number: <TYPES as NodeType>::View,
_epoch: <TYPES as NodeType>::Epoch,
) -> std::collections::BTreeSet<<TYPES as NodeType>::SignatureKey> {
self.stake_table
self.da_stake_table
.iter()
.map(TYPES::SignatureKey::public_key)
.collect()
Expand Down

0 comments on commit d4815f9

Please sign in to comment.