Add fake p2wsh goggles

This commit is contained in:
Mononaut
2024-03-08 00:48:36 +00:00
committed by softsimon
parent bfde456ca8
commit 9a730b51d4
5 changed files with 27 additions and 2 deletions

View File

@@ -226,6 +226,7 @@ export const TransactionFlags = {
op_return: 0b00000001_00000000_00000000_00000000n,
fake_pubkey: 0b00000010_00000000_00000000_00000000n,
inscription: 0b00000100_00000000_00000000_00000000n,
fake_scripthash: 0b00001000_00000000_00000000_00000000n,
// heuristics
coinjoin: 0b00000001_00000000_00000000_00000000_00000000n,
consolidation: 0b00000010_00000000_00000000_00000000_00000000n,