detect bare multisigs with handleVout

This commit is contained in:
Antoni Spaanderman
2022-03-29 16:16:20 +02:00
parent e95b3885ee
commit 44a105b156
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);
}
}