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 3289ef4 commit dce8239Copy full SHA for dce8239
src/consensus/validation.h
@@ -14,7 +14,7 @@ static const unsigned char REJECT_INVALID = 0x10;
14
static const unsigned char REJECT_OBSOLETE = 0x11;
15
static const unsigned char REJECT_DUPLICATE = 0x12;
16
static const unsigned char REJECT_NONSTANDARD = 0x40;
17
-static const unsigned char REJECT_DUST = 0x41;
+// static const unsigned char REJECT_DUST = 0x41; // part of BIP 61
18
static const unsigned char REJECT_INSUFFICIENTFEE = 0x42;
19
static const unsigned char REJECT_CHECKPOINT = 0x43;
20
0 commit comments