This commit is contained in:
Ignotus Peverell
2018-10-05 04:35:14 +00:00
parent 8925d1e48d
commit 53265693cf
-1
View File
@@ -126,7 +126,6 @@ impl StateSync {
Err(e) => self.sync_state.set_sync_error(Error::P2P(e)),
}
self.sync_state.update(SyncStatus::TxHashsetDownload);
}
}
true