We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d05cb5 commit d033a3aCopy full SHA for d033a3a
src/qt/transactionfilterproxy.h
@@ -23,7 +23,7 @@ class TransactionFilterProxy : public QSortFilterProxyModel
23
/** Type filter bit field (all types) */
24
static const quint32 ALL_TYPES = 0xFFFFFFFF;
25
/** Type filter bit field (all types but Darksend-SPAM) */
26
- static const quint32 COMMON_TYPES = 4223;
+ static const quint32 COMMON_TYPES = 0x107f;
27
28
static quint32 TYPE(int type) { return 1<<type; }
29
0 commit comments