diff --git a/src/miner.rs b/src/miner.rs index 12fdaa9..334ca08 100644 --- a/src/miner.rs +++ b/src/miner.rs @@ -282,6 +282,7 @@ impl Miner { error!("To mine genesis block you need to make 'origin' an empty string in config."); } } else { + info!("Mined good block!"); if block.index == 1 { context.settings.origin = block.hash.to_string(); }