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

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)
{