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 238ffa4 commit a2f63ffCopy full SHA for a2f63ff
src/gtest/test_checkblock.cpp
@@ -10,7 +10,7 @@
10
class MockCValidationState : public CValidationState {
11
public:
12
MOCK_METHOD6(DoS, bool(int level, bool ret,
13
- unsigned int chRejectCodeIn, const std::string strRejectReasonIn,
+ unsigned int chRejectCodeIn, const std::string &strRejectReasonIn,
14
bool corruptionIn,
15
const std::string &strDebugMessageIn));
16
MOCK_METHOD4(Invalid, bool(bool ret,
0 commit comments