mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 18:57:57 +00:00
client: remove time unit from block time loaded message (#8639)
This commit is contained in:
@@ -584,7 +584,7 @@ impl<T: Clone + Send + Sync + 'static> SlotDuration<T> {
|
||||
cb(client.runtime_api(), &BlockId::number(Zero::zero()))?;
|
||||
|
||||
info!(
|
||||
"⏱ Loaded block-time = {:?} milliseconds from genesis on first-launch",
|
||||
"⏱ Loaded block-time = {:?} from genesis on first-launch",
|
||||
genesis_slot_duration.slot_duration()
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user