1
0
Fork 0
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:
SpyCheese 2025-02-19 12:44:50 +03:00
parent aca51a8dae
commit 04f2bc1360
2 changed files with 17 additions and 10 deletions

View file

@ -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 {