Browse Source

fuzz: style error

cl-refactor
Dimitry 9 years ago
parent
commit
178edc3c67
  1. 2
      test/fuzzTesting/fuzzHelper.cpp

2
test/fuzzTesting/fuzzHelper.cpp

@ -47,7 +47,7 @@ int RandomCode::recursiveRLP(std::string &_result, int _depth, std::string& _deb
bool genValidRlp = true;
int bugProbability = randUniIntGen() % 100;
if (bugProbability < 80)
bool genValidRlp = false;
genValidRlp = false;
if (_depth > 1)
{

Loading…
Cancel
Save