detect bare multisigs with handleVout

This commit is contained in:
Antoni Spaanderman 2022-03-29 16:16:20 +02:00
parent b5ef148b82
commit 493b44d4b9
No known key found for this signature in database
GPG Key ID: AE0B68E552E5DF8C
2 changed files with 4 additions and 0 deletions

View File

@ -118,5 +118,6 @@ export class AddressLabelsComponent implements OnInit {
}
handleVout() {
this.detectMultisig(this.vout.scriptpubkey_asm);
}
}

View File

@ -155,6 +155,9 @@
<span class="d-block d-lg-none">{{ vout.scriptpubkey_address | shortenString : 16 }}</span>
<span class="d-none d-lg-block">{{ vout.scriptpubkey_address | shortenString : 35 }}</span>
</a>
<div>
<app-address-labels [vout]="vout"></app-address-labels>
</div>
<ng-template #scriptpubkey_type>
<ng-template [ngIf]="vout.pegout" [ngIfElse]="defaultscriptpubkey_type">
<ng-container i18n="transactions-list.peg-out-to">Peg-out to <ng-container *ngTemplateOutlet="pegOutLink"></ng-container></ng-container>