From 181cb8e03f3cb1beeaf2ffe072eeb2e0c230a368 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 10 Feb 2021 19:55:11 +0700 Subject: [PATCH] Removing lightning htlc matching since it has false positives. refs #324 --- .../app/components/address-labels/address-labels.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/address-labels/address-labels.component.ts b/frontend/src/app/components/address-labels/address-labels.component.ts index ba6a16016..bde749025 100644 --- a/frontend/src/app/components/address-labels/address-labels.component.ts +++ b/frontend/src/app/components/address-labels/address-labels.component.ts @@ -47,7 +47,7 @@ export class AddressLabelsComponent implements OnInit { } [ - {regexp: /^OP_DUP OP_HASH160/, label: 'HTLC'}, + // {regexp: /^OP_DUP OP_HASH160/, label: 'HTLC'}, {regexp: /^OP_IF OP_PUSHBYTES_33 \w{33} OP_ELSE OP_PUSHBYTES_2 \w{2} OP_CSV OP_DROP/, label: 'Force Close'} ].forEach((item) => { if (item.regexp.test(this.vin.inner_witnessscript_asm)) {