mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
fix: add platform transfer to "most common" filter on transactions tab
This commit is contained in:
parent
d033a3ae06
commit
36893e4ba4
@ -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 = 0x107f;
|
||||
static const quint32 COMMON_TYPES = 0x307f;
|
||||
|
||||
static quint32 TYPE(int type) { return 1<<type; }
|
||||
|
||||
|
@ -82,6 +82,7 @@ public:
|
||||
class TransactionRecord
|
||||
{
|
||||
public:
|
||||
// Update COMMON_TYPES in TransactionFilterProxyWhen when adding a new type
|
||||
enum Type
|
||||
{
|
||||
Other,
|
||||
|
Loading…
Reference in New Issue
Block a user