mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
refactor: change mask from Dec presentation to Hex for transaction filter
This commit is contained in:
parent
9d05cb5e9e
commit
d033a3ae06
@ -23,7 +23,7 @@ public:
|
||||
/** 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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user