mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 19:11:04 +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()))?;
|
cb(client.runtime_api(), &BlockId::number(Zero::zero()))?;
|
||||||
|
|
||||||
info!(
|
info!(
|
||||||
"⏱ Loaded block-time = {:?} milliseconds from genesis on first-launch",
|
"⏱ Loaded block-time = {:?} from genesis on first-launch",
|
||||||
genesis_slot_duration.slot_duration()
|
genesis_slot_duration.slot_duration()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user