mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +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;
|
||||
return 1;
|
||||
}
|
||||
address = info.address;
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue