This commit is contained in:
Svyatoslav Nikolsky 2019-04-02 14:05:45 +03:00
parent 8926e83347
commit bc6ddbec63
1 changed files with 0 additions and 2 deletions

View File

@ -350,8 +350,6 @@ impl<T> ClientCore for SynchronizationClientCore<T> where T: TaskExecutor {
// peer has supplied us with new headers => useful indeed
self.peers_tasks.useful_peer(peer_index);
// execute tasks
// self.execute_synchronization_tasks(None, None);
Some(headers)
}