Merge pull request #4257

b21fdaa fuzz: set address properly (stoffu)
This commit is contained in:
luigi1111 2018-09-04 13:07:11 -05:00
commit 59dc37a1b0
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ int SignatureFuzzer::init()
std::cerr << "failed to parse address" << std::endl;
return 1;
}
address = info.address;
}
catch (const std::exception &e)
{