copy paste moment
This commit is contained in:
parent
148e340ea6
commit
bb8bfa0e3a
@ -95,7 +95,7 @@ export class AddressLabelsComponent implements OnInit {
|
|||||||
if (!opM.startsWith('OP_PUSHNUM_')) {
|
if (!opM.startsWith('OP_PUSHNUM_')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const m = parseInt(opN.match(/[0-9]+/)[0]);
|
const m = parseInt(opM.match(/[0-9]+/)[0]);
|
||||||
|
|
||||||
this.multisig = true;
|
this.multisig = true;
|
||||||
this.multisigM = m;
|
this.multisigM = m;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user