fuzz: set address properly
This commit is contained in:
parent
0dddfeacc9
commit
b21fdaa874
|
@ -64,6 +64,7 @@ int SignatureFuzzer::init()
|
||||||
std::cerr << "failed to parse address" << std::endl;
|
std::cerr << "failed to parse address" << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
address = info.address;
|
||||||
}
|
}
|
||||||
catch (const std::exception &e)
|
catch (const std::exception &e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue