Fix issue where we have no metadata for a block (#938)
when restarting node before initial sync completed
This commit is contained in:
committed by
Ignotus Peverell
parent
b9de134209
commit
bc6342ea65
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user