diff --git a/src/modules/[chain]/tx/[hash].vue b/src/modules/[chain]/tx/[hash].vue index c41059e8..f7a6272c 100644 --- a/src/modules/[chain]/tx/[hash].vue +++ b/src/modules/[chain]/tx/[hash].vue @@ -48,12 +48,15 @@ const messages = computed(() => { {{ $t('staking.status') }} -
{{ tx.tx_response.code === 0 ? 'Success' : 'Failed' }} -
+ + + {{ tx.tx_response.code === 0 ? '' : tx?.tx_response?.raw_log }} +