This commit is contained in:
Ignotus Peverell 2018-10-05 04:35:14 +00:00
parent 8925d1e48d
commit 53265693cf
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -126,7 +126,6 @@ impl StateSync {
Err(e) => self.sync_state.set_sync_error(Error::P2P(e)), Err(e) => self.sync_state.set_sync_error(Error::P2P(e)),
} }
self.sync_state.update(SyncStatus::TxHashsetDownload); self.sync_state.update(SyncStatus::TxHashsetDownload);
} }
} }
true true