aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
diff options
context:
space:
mode:
authorLee Clagett <code@leeclagett.com>2020-05-29 21:59:58 -0400
committerLee Clagett <code@leeclagett.com>2020-08-14 19:46:33 +0000
commitfe96e66ebe9fe38595adff32c6718be0abbdd002 (patch)
treeed79771f2bae07b866ad963fda0c6f1c831101cd /tests/unit_tests
parentMerge pull request #6354 (diff)
downloadmonero-fe96e66ebe9fe38595adff32c6718be0abbdd002.tar.xz
Fix pruned tx for ZMQ's GetBlocksFast
Diffstat (limited to 'tests/unit_tests')
-rw-r--r--tests/unit_tests/zmq_rpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/zmq_rpc.cpp b/tests/unit_tests/zmq_rpc.cpp
index 1d065fc45..59759bed8 100644
--- a/tests/unit_tests/zmq_rpc.cpp
+++ b/tests/unit_tests/zmq_rpc.cpp
@@ -304,7 +304,7 @@ namespace
: cryptonote::rpc::RpcHandler()
{}
- virtual epee::byte_slice handle(const std::string& request) override final
+ virtual epee::byte_slice handle(std::string&& request) override final
{
throw std::logic_error{"not implemented"};
}