mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
validator bugfix + old key blocks download improvement
This commit is contained in:
parent
be9c34c62d
commit
16a4566091
13 changed files with 315 additions and 121 deletions
|
@ -178,9 +178,9 @@ void GetNextKeyBlocks::download_next_proof() {
|
|||
}
|
||||
});
|
||||
|
||||
td::actor::create_actor<DownloadProof>("downloadproofreq", block_id, false, local_id_, overlay_id_, download_from_,
|
||||
priority_, timeout_, validator_manager_, rldp_, overlays_, adnl_, client_,
|
||||
std::move(P))
|
||||
td::actor::create_actor<DownloadProof>("downloadproofreq", block_id, false, true, local_id_, overlay_id_,
|
||||
download_from_, priority_, timeout_, validator_manager_, rldp_, overlays_,
|
||||
adnl_, client_, std::move(P))
|
||||
.release();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue