mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 21:17:56 +00:00
client: fix print of slot duration on startup (#6495)
This commit is contained in:
@@ -471,7 +471,7 @@ impl<T: Clone> SlotDuration<T> {
|
||||
|
||||
info!(
|
||||
"⏱ Loaded block-time = {:?} milliseconds from genesis on first-launch",
|
||||
genesis_slot_duration
|
||||
genesis_slot_duration.slot_duration()
|
||||
);
|
||||
|
||||
genesis_slot_duration
|
||||
|
||||
Reference in New Issue
Block a user