mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-11 05:20:05 +00:00
cmd/geth: round the import ETA before converting to string
This commit is contained in:
parent
271fb20ecb
commit
c4af70d0cc
@ -330,7 +330,7 @@ func (js *jsre) syncProgress(call otto.FunctionCall) otto.Value {
|
|||||||
"pending": pending,
|
"pending": pending,
|
||||||
"cached": cached,
|
"cached": cached,
|
||||||
"importing": importing,
|
"importing": importing,
|
||||||
"estimate": eta.String(),
|
"estimate": (eta / time.Second * time.Second).String(),
|
||||||
})
|
})
|
||||||
return v
|
return v
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user