mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix checking ext message broadcasts (#912)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
71c650692d
commit
c7302bc4a3
2 changed files with 12 additions and 2 deletions
|
@ -252,6 +252,7 @@ class FullNodeShardImpl : public FullNodeShard {
|
|||
|
||||
FullNodeConfig config_;
|
||||
|
||||
std::set<td::Bits256> my_ext_msg_broadcasts_;
|
||||
std::set<td::Bits256> processed_ext_msg_broadcasts_;
|
||||
td::Timestamp cleanup_processed_ext_msg_at_;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue