copy paste moment

This commit is contained in:
Antoni Spaanderman 2022-02-05 17:29:42 +01:00
parent 148e340ea6
commit bb8bfa0e3a
No known key found for this signature in database
GPG Key ID: AE0B68E552E5DF8C

View File

@ -95,7 +95,7 @@ export class AddressLabelsComponent implements OnInit {
if (!opM.startsWith('OP_PUSHNUM_')) {
return;
}
const m = parseInt(opN.match(/[0-9]+/)[0]);
const m = parseInt(opM.match(/[0-9]+/)[0]);
this.multisig = true;
this.multisigM = m;