diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-09-04 13:07:11 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-09-04 13:07:11 -0500 |
| commit | 59dc37a1b06fa9f5f2bfb226acb4d913c0fa2c0c (patch) | |
| tree | a6f3e107579cfc44f51ab7284808029e28d16e2e /tests | |
| parent | 6d4d4ddb68fedc72bd3637b3ae071c8fe5fe7bbd (diff) | |
| parent | b21fdaa87459e8898a023a7cd956fbcee4cf7eb4 (diff) | |
| download | monzero-core-59dc37a1b06fa9f5f2bfb226acb4d913c0fa2c0c.tar.gz monzero-core-59dc37a1b06fa9f5f2bfb226acb4d913c0fa2c0c.tar.xz monzero-core-59dc37a1b06fa9f5f2bfb226acb4d913c0fa2c0c.zip | |
Merge pull request #4257
b21fdaa fuzz: set address properly (stoffu)
Diffstat (limited to 'tests')
| -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) { |
