Skip to content

Commit d033a3a

Browse files
committed
refactor: change mask from Dec presentation to Hex for transaction filter
1 parent 9d05cb5 commit d033a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/transactionfilterproxy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class TransactionFilterProxy : public QSortFilterProxyModel
2323
/** Type filter bit field (all types) */
2424
static const quint32 ALL_TYPES = 0xFFFFFFFF;
2525
/** Type filter bit field (all types but Darksend-SPAM) */
26-
static const quint32 COMMON_TYPES = 4223;
26+
static const quint32 COMMON_TYPES = 0x107f;
2727

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

0 commit comments

Comments
 (0)