mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
fuzz: set address properly
This commit is contained in:
parent
0dddfeacc9
commit
b21fdaa874
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue