core/consensus: fix console output for slot duration (#4085)

This commit is contained in:
Talha Cross
2019-11-11 13:31:38 +01:00
committed by Bastian Köcher
parent 59ec4cb071
commit daa0e0e91b
+1 -1
View File
@@ -410,7 +410,7 @@ impl<T: Clone> SlotDuration<T> {
cb(client.runtime_api(), &BlockId::number(Zero::zero()))?;
info!(
"Loaded block-time = {:?} seconds from genesis on first-launch",
"Loaded block-time = {:?} milliseconds from genesis on first-launch",
genesis_slot_duration
);