forked from LaconicNetwork/cosmos-explorer
remove truncation of blockspeed to more accurately estimate
This commit is contained in:
parent
277c68d30a
commit
5522c76d0a
@ -38,7 +38,7 @@ const remainingBlocks = computed(() => {
|
||||
})
|
||||
|
||||
const estimateTime = computed(() => {
|
||||
const seconds = remainingBlocks.value * Number((store.blocktime / 1000).toFixed()) * 1000
|
||||
const seconds = remainingBlocks.value * store.blocktime
|
||||
return seconds
|
||||
})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user