Prevent syncing to ancient blocks (#1693)
* Don't try to sync to ancient blocks * Fixed test
This commit is contained in:
committed by
Gav Wood
parent
9a8fdeead9
commit
247495fba2
@@ -106,7 +106,7 @@ impl Informant {
|
||||
false => t,
|
||||
};
|
||||
|
||||
info!("{} {} {}",
|
||||
info!(target: "import", "{} {} {}",
|
||||
match importing {
|
||||
true => format!("{} {} {} {}+{} Qed",
|
||||
paint(White.bold(), format!("{:>8}", format!("#{}", chain_info.best_block_number))),
|
||||
|
||||
Reference in New Issue
Block a user