Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <[email protected]>
  • Loading branch information
turuslan committed Aug 7, 2024
1 parent 459821f commit 9e15617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/consensus/beefy/impl/beefy_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,11 @@ namespace kagome::network {
bool reported = false;
};
struct Round {
// https://github.com/paritytech/polkadot-sdk/blob/efdc1e9b1615c5502ed63ffc9683d99af6397263/substrate/client/consensus/beefy/src/round.rs#L87
std::unordered_map<consensus::beefy::Commitment,
consensus::beefy::SignedCommitment>
justifications;
// https://github.com/paritytech/polkadot-sdk/blob/efdc1e9b1615c5502ed63ffc9683d99af6397263/substrate/client/consensus/beefy/src/round.rs#L88
std::unordered_map<size_t, DoubleVoting> double_voting;
};
struct Session {
Expand Down

0 comments on commit 9e15617

Please sign in to comment.