Add non-standard Goggles filter

This commit is contained in:
Mononaut
2024-02-24 22:47:50 +00:00
parent 1deacb9996
commit 249c57f376
4 changed files with 162 additions and 1 deletions

View File

@@ -209,6 +209,7 @@ export const TransactionFlags = {
v1: 0b00000100n,
v2: 0b00001000n,
v3: 0b00010000n,
nonstandard: 0b00100000n,
// address types
p2pk: 0b00000001_00000000n,
p2ms: 0b00000010_00000000n,