mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 02:28:05 +00:00
core/consensus: fix console output for slot duration (#4085)
This commit is contained in:
committed by
Bastian Köcher
parent
59ec4cb071
commit
daa0e0e91b
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user