diff options
author | stoffu <stoffu@protonmail.ch> | 2018-08-14 20:17:51 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-08-14 20:17:51 +0900 |
commit | b21fdaa87459e8898a023a7cd956fbcee4cf7eb4 (patch) | |
tree | 01e6cc686fdd44dd740df90f6972b63d171aa1a6 /tests/fuzz | |
parent | Merge pull request #4129 (diff) | |
download | monero-b21fdaa87459e8898a023a7cd956fbcee4cf7eb4.tar.xz |
fuzz: set address properly
Diffstat (limited to 'tests/fuzz')
-rw-r--r-- | tests/fuzz/signature.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fuzz/signature.cpp b/tests/fuzz/signature.cpp index 7f22757b2..6dadf960d 100644 --- a/tests/fuzz/signature.cpp +++ b/tests/fuzz/signature.cpp @@ -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) { |