From fe96e66ebe9fe38595adff32c6718be0abbdd002 Mon Sep 17 00:00:00 2001 From: Lee Clagett Date: Fri, 29 May 2020 21:59:58 -0400 Subject: Fix pruned tx for ZMQ's GetBlocksFast --- tests/unit_tests/zmq_rpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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"}; } -- cgit v1.2.3