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:
parent
225f71238b
commit
5ad7f8c246
2 changed files with 20 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue