fuzz: set address properly

This commit is contained in:
stoffu 2018-08-14 20:17:51 +09:00
parent 0dddfeacc9
commit b21fdaa874
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012
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)
{