Use 2 decimal for sync progression in home page
This commit is contained in:
parent
327f0ea665
commit
5d65a4e125
@ -63,7 +63,7 @@ pub fn home_view<'a>(
|
||||
.push(
|
||||
match sync_status {
|
||||
SyncStatus::BlockchainSync(progress) => text(format!(
|
||||
"Syncing blockchain ({:.1}%)",
|
||||
"Syncing blockchain ({:.2}%)",
|
||||
100.0 * *progress
|
||||
)),
|
||||
SyncStatus::WalletFullScan => text("Syncing"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user