From 4d6935cc32aa3989812ebec3a45461cf5ebca737 Mon Sep 17 00:00:00 2001 From: natsoni Date: Wed, 21 May 2025 13:33:55 +0200 Subject: [PATCH] Fix crash when toggling coinbase tx details --- .../transactions-list/transactions-list.component.html | 4 ++-- frontend/src/app/shared/components/asm/asm.component.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html index cb756209f..327403be0 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -174,7 +174,7 @@

- + + {{witness.slice(0, -2)}}OP_{{instruction.instruction}} @for (arg of instruction.args; track arg) { - +