mirror of
https://github.com/mempool/mempool.git
synced 2024-12-28 01:04:28 +01:00
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_')) {
|
||||
return;
|
||||
}
|
||||
const m = parseInt(opN.match(/[0-9]+/)[0]);
|
||||
const m = parseInt(opM.match(/[0-9]+/)[0]);
|
||||
|
||||
this.multisig = true;
|
||||
this.multisigM = m;
|
||||
|
Loading…
Reference in New Issue
Block a user