Skip to content

Commit

Permalink
refactor: change mask from Dec presentation to Hex for transaction fi…
Browse files Browse the repository at this point in the history
…lter
  • Loading branch information
knst committed Dec 3, 2024
1 parent 9d05cb5 commit d033a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/transactionfilterproxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TransactionFilterProxy : public QSortFilterProxyModel
/** Type filter bit field (all types) */
static const quint32 ALL_TYPES = 0xFFFFFFFF;
/** Type filter bit field (all types but Darksend-SPAM) */
static const quint32 COMMON_TYPES = 4223;
static const quint32 COMMON_TYPES = 0x107f;

static quint32 TYPE(int type) { return 1<<type; }

Expand Down

0 comments on commit d033a3a

Please sign in to comment.