Added a log message fro good block mined.
This commit is contained in:
@@ -282,6 +282,7 @@ impl Miner {
|
|||||||
error!("To mine genesis block you need to make 'origin' an empty string in config.");
|
error!("To mine genesis block you need to make 'origin' an empty string in config.");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
info!("Mined good block!");
|
||||||
if block.index == 1 {
|
if block.index == 1 {
|
||||||
context.settings.origin = block.hash.to_string();
|
context.settings.origin = block.hash.to_string();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user