mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Comment out unused constant REJECT_DUST
This commit is contained in:
parent
3289ef4fe1
commit
dce82397c1
@ -14,7 +14,7 @@ static const unsigned char REJECT_INVALID = 0x10;
|
||||
static const unsigned char REJECT_OBSOLETE = 0x11;
|
||||
static const unsigned char REJECT_DUPLICATE = 0x12;
|
||||
static const unsigned char REJECT_NONSTANDARD = 0x40;
|
||||
static const unsigned char REJECT_DUST = 0x41;
|
||||
// static const unsigned char REJECT_DUST = 0x41; // part of BIP 61
|
||||
static const unsigned char REJECT_INSUFFICIENTFEE = 0x42;
|
||||
static const unsigned char REJECT_CHECKPOINT = 0x43;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user