mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix shard overlays
This commit is contained in:
parent
62ede1851b
commit
7d2110c8b0
2 changed files with 37 additions and 18 deletions
|
@ -124,6 +124,7 @@ class FullNodeImpl : public FullNode {
|
|||
td::actor::ActorId<FullNodeShard> get_shard(AccountIdPrefixFull dst);
|
||||
td::actor::ActorId<FullNodeShard> get_shard(ShardIdFull shard);
|
||||
std::map<ShardIdFull, ShardInfo> shards_;
|
||||
int wc_monitor_min_split_ = 0;
|
||||
|
||||
td::actor::ActorId<keyring::Keyring> keyring_;
|
||||
td::actor::ActorId<adnl::Adnl> adnl_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue