diff --git a/src/modules/[chain]/block/[height].vue b/src/modules/[chain]/block/[height].vue index d7dc8f17..34e55542 100644 --- a/src/modules/[chain]/block/[height].vue +++ b/src/modules/[chain]/block/[height].vue @@ -66,36 +66,36 @@ onBeforeRouteUpdate(async (to, from, next) => {
Countdown For Block: | +{{ $t('block.countdown_for_block') }}: | {{ target }} | |||||
- Input A New Target Block Number+{{ $t('block.countdown_for_block_input') }}
-
+
|
|||||||
Current Height: | +{{ $t('block.current_height') }}: | #{{ store.latest?.block?.header.height }} | |||||
Remaining Blocks: | +{{ $t('block.remaining_blocks') }}: | {{ remainingBlocks }} | |||||
Average Block Time: | +{{ $t('block.average_block_time') }}: | {{ (store.blocktime / 1000).toFixed(1) }}s |
Height | -Hash | -Messages | -Fees | +{{ $t('account.height') }} | +{{ $t('account.hash') }} | +{{ $t('account.messages') }} | +{{ $t('block.fees') }} |
---|