fuzz_tests: fix build error in signature fuzz test

pull/336/head
moneromooo-monero 4 years ago committed by wowario
parent cfc8640492
commit 94b5378a3b
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -59,6 +59,6 @@ BEGIN_INIT_SIMPLE_FUZZER()
END_INIT_SIMPLE_FUZZER()
BEGIN_SIMPLE_FUZZER()
tools::wallet2::message_signature_result_t result = wallet->verify("test", address, s);
tools::wallet2::message_signature_result_t result = wallet->verify("test", address, std::string((const char*)buf, len));
std::cout << "Signature " << (result.valid ? "valid" : "invalid") << std::endl;
END_SIMPLE_FUZZER()

Loading…
Cancel
Save