mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix downloading persistent states in WaitBlockState
This commit is contained in:
parent
aca51a8dae
commit
04f2bc1360
2 changed files with 17 additions and 10 deletions
|
@ -734,7 +734,7 @@ class ValidatorManagerImpl : public ValidatorManager {
|
|||
|
||||
void got_persistent_state_descriptions(std::vector<td::Ref<PersistentStateDescription>> descs);
|
||||
void add_persistent_state_description_impl(td::Ref<PersistentStateDescription> desc);
|
||||
td::Ref<PersistentStateDescription> get_block_persistent_state(BlockIdExt block_id);
|
||||
td::Ref<PersistentStateDescription> get_block_persistent_state_to_download(BlockIdExt block_id);
|
||||
|
||||
private:
|
||||
bool need_monitor(ShardIdFull shard) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue