mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix finding blocks by lt and ut in archive manager (#536)
This commit is contained in:
parent
ff5c6593b0
commit
c7f06abfbc
2 changed files with 19 additions and 2 deletions
|
@ -97,6 +97,7 @@ class ArchiveManager : public td::actor::Actor {
|
|||
void clear_actor_id() {
|
||||
file.reset();
|
||||
}
|
||||
bool has_account_prefix(AccountIdPrefixFull account_id) const;
|
||||
PackageId id;
|
||||
bool deleted;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue