mirror of
https://github.com/mempool/mempool.git
synced 2026-08-19 13:18:06 +02:00
Removing lightning htlc matching since it has false positives.
refs #324
This commit is contained in:
parent
cef6bc8345
commit
181cb8e03f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue