Merge remote-tracking branch 'origin/paul-gossip-test' into validator-enhancements

This commit is contained in:
Age Manning 2019-04-01 15:40:33 +11:00
commit 4fec387047
No known key found for this signature in database
GPG Key ID: 05EED64B79E06A93

View File

@ -733,6 +733,14 @@ impl SimpleSync {
if outcome.sucessfully_processed() {
successful += 1;
self.import_queue.remove(block_root);
} else {
debug!(
self.log,
"ProcessImportQueue";
"msg" => "Block not imported",
"outcome" => format!("{:?}", outcome),
"peer" => format!("{:?}", sender),
);
}
}
Err(e) => {