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

Allow queries to collator from validators only

This commit is contained in:
SpyCheese 2023-01-17 21:02:47 +03:00
parent 225f71238b
commit 5ad7f8c246
2 changed files with 20 additions and 0 deletions

View file

@ -49,6 +49,7 @@ class CollatorNode : public td::actor::Actor {
td::actor::ActorId<adnl::Adnl> adnl_;
td::actor::ActorId<rldp::Rldp> rldp_;
std::vector<ShardIdFull> shards_;
std::set<adnl::AdnlNodeIdShort> validators_;
};
} // namespace validator