Skip to content

Commit

Permalink
fuzz: set address properly
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffu committed Aug 14, 2018
1 parent 0dddfea commit b21fdaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fuzz/signature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b21fdaa

Please sign in to comment.