mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Simplify selecting shards for monitor
This commit is contained in:
parent
c2dde00459
commit
81c0e920c5
11 changed files with 66 additions and 75 deletions
|
@ -108,7 +108,7 @@ class FullNodeImpl : public FullNode {
|
|||
FileHash zero_state_file_hash_;
|
||||
|
||||
td::actor::ActorId<FullNodeShard> get_shard(AccountIdPrefixFull dst);
|
||||
td::actor::ActorId<FullNodeShard> get_shard(ShardIdFull shard, bool exact = false);
|
||||
td::actor::ActorId<FullNodeShard> get_shard(ShardIdFull shard);
|
||||
std::map<ShardIdFull, ShardInfo> shards_;
|
||||
|
||||
td::actor::ActorId<keyring::Keyring> keyring_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue