Fix issue where we have no metadata for a block (#938)

when restarting node before initial sync completed
This commit is contained in:
Antioch Peverell
2018-04-06 18:14:50 +01:00
committed by Ignotus Peverell
parent b9de134209
commit bc6342ea65
3 changed files with 21 additions and 6 deletions
+8
View File
@@ -248,6 +248,14 @@ impl MessageHandler for Protocol {
tmp_zip,
self.addr,
);
debug!(
LOGGER,
"handle_payload: txhashset archive for {} at {}, DONE",
sm_arch.hash,
sm_arch.height
);
Ok(None)
}