copy paste moment
This commit is contained in:
parent
1542d37f94
commit
7b376da41c
@ -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