From 493b44d4b9bb894134aa166b51834487b1f40cc8 Mon Sep 17 00:00:00 2001 From: Antoni Spaanderman <56turtle56@gmail.com> Date: Tue, 29 Mar 2022 16:16:20 +0200 Subject: [PATCH] detect bare multisigs with handleVout --- .../app/components/address-labels/address-labels.component.ts | 1 + .../transactions-list/transactions-list.component.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/frontend/src/app/components/address-labels/address-labels.component.ts b/frontend/src/app/components/address-labels/address-labels.component.ts index 4909c4f29..ee8e26de6 100644 --- a/frontend/src/app/components/address-labels/address-labels.component.ts +++ b/frontend/src/app/components/address-labels/address-labels.component.ts @@ -118,5 +118,6 @@ export class AddressLabelsComponent implements OnInit { } handleVout() { + this.detectMultisig(this.vout.scriptpubkey_asm); } } 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 3d9c67b17..72407a405 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -155,6 +155,9 @@ {{ vout.scriptpubkey_address | shortenString : 16 }} {{ vout.scriptpubkey_address | shortenString : 35 }} +
+ +
Peg-out to