diff --git a/installer b/installer index 9dcd4d3..8390549 100755 --- a/installer +++ b/installer @@ -490,7 +490,7 @@ async function loadStatus() { html += '

Blocks: ' + blocks + ' ' + pruned + '

'; html += '
'; - html += '

Sync progress: ' + progress.toFixed(2) + '%'; + html += '

Sync progress: ' + progress.toFixed(1) + '%'; if (ibd) { if (etaSeconds && isFinite(etaSeconds) && etaSeconds > 0) { const etaDate = new Date(Date.now() + etaSeconds * 1000);