From 9e156172e0b8f6ae1fcaece6f0784f93a7acdcb8 Mon Sep 17 00:00:00 2001 From: turuslan Date: Wed, 7 Aug 2024 17:31:16 +0500 Subject: [PATCH] comment Signed-off-by: turuslan --- core/consensus/beefy/impl/beefy_impl.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/consensus/beefy/impl/beefy_impl.hpp b/core/consensus/beefy/impl/beefy_impl.hpp index 9e4b8309f1..b7448457f9 100644 --- a/core/consensus/beefy/impl/beefy_impl.hpp +++ b/core/consensus/beefy/impl/beefy_impl.hpp @@ -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 justifications; + // https://github.com/paritytech/polkadot-sdk/blob/efdc1e9b1615c5502ed63ffc9683d99af6397263/substrate/client/consensus/beefy/src/round.rs#L88 std::unordered_map double_voting; }; struct Session {