Account manager, bootnodes, RPC display and sync fixes

This commit is contained in:
Age Manning
2019-09-03 07:50:44 +10:00
parent cd7b6da88e
commit 13b5df56b3
10 changed files with 168 additions and 73 deletions

View File

@@ -453,7 +453,7 @@ impl<T: BeaconChainTypes> SimpleSync<T> {
}
BlockProcessingOutcome::ParentUnknown { parent: _ } => {
// Inform the sync manager to find parents for this block
trace!(self.log, "Unknown parent gossip";
trace!(self.log, "Block with unknown parent received";
"peer_id" => format!("{:?}",peer_id));
self.manager.add_unknown_block(block.clone(), peer_id);
SHOULD_FORWARD_GOSSIP_BLOCK