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.
2 parents 4c3e246 + 106f133 commit 03b6a1cCopy full SHA for 03b6a1c
src/main.h
@@ -937,7 +937,7 @@ class CValidationState {
937
unsigned char chRejectCode;
938
bool corruptionPossible;
939
public:
940
- CValidationState() : mode(MODE_VALID), nDoS(0) {}
+ CValidationState() : mode(MODE_VALID), nDoS(0), corruptionPossible(false) {}
941
bool DoS(int level, bool ret = false,
942
unsigned char chRejectCodeIn=0, std::string strRejectReasonIn="",
943
bool corruptionIn=false) {
0 commit comments