1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Remove unused priority_broadcast_receivers

This commit is contained in:
SpyCheese 2024-02-19 14:21:15 +03:00
parent 747b24aa18
commit e575d27302
17 changed files with 16 additions and 124 deletions

View file

@ -102,8 +102,6 @@ class FullNodeImpl : public FullNode {
};
void add_shard_actor(ShardIdFull shard, FullNodeShardMode mode);
void update_collators(td::Ref<MasterchainState> state);
void update_shard_collators(ShardIdFull shard, ShardInfo& info);
PublicKeyHash local_id_;
adnl::AdnlNodeIdShort adnl_id_;
@ -131,8 +129,6 @@ class FullNodeImpl : public FullNode {
std::set<PublicKeyHash> local_keys_;
td::Promise<td::Unit> started_promise_;
bool collators_inited_ = false;
block::CollatorConfig collator_config_;
FullNodeConfig config_;
std::map<PublicKeyHash, td::actor::ActorOwn<FullNodePrivateOverlay>> private_block_overlays_;