forked from cerc-io/cosmos-explorer
improve received
This commit is contained in:
parent
ca59e3d586
commit
8a45680a8e
@ -571,7 +571,7 @@ function updateEvent() {
|
||||
</td>
|
||||
<td class="flex items-center py-3">
|
||||
<div class="mr-2">
|
||||
{{ v.events.find(x => x.type==='coin_received')?.attributes.filter(x => x.key === 'YW1vdW50').map(x => String.fromCharCode(...fromBase64(x.value))).join(", ")}}
|
||||
{{ v.events.find(x => x.type==='coin_received')?.attributes.filter(x => x.key === 'YW1vdW50'||x.key === 'amount').map(x => String.fromCharCode(...fromBase64(x.value))).join(", ")}}
|
||||
</div>
|
||||
<Icon
|
||||
v-if="v.code === 0"
|
||||
|
Loading…
Reference in New Issue
Block a user