aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-08-14 20:17:51 +0900
committerstoffu <stoffu@protonmail.ch>2018-08-14 20:17:51 +0900
commitb21fdaa87459e8898a023a7cd956fbcee4cf7eb4 (patch)
tree01e6cc686fdd44dd740df90f6972b63d171aa1a6 /tests/fuzz
parentMerge pull request #4129 (diff)
downloadmonero-b21fdaa87459e8898a023a7cd956fbcee4cf7eb4.tar.xz
fuzz: set address properly
Diffstat (limited to 'tests/fuzz')
-rw-r--r--tests/fuzz/signature.cpp1
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)
{