Fix pruned tx for ZMQ's GetBlocksFast

This commit is contained in:
Lee Clagett 2020-05-29 21:59:58 -04:00
parent c108c5e2f0
commit fe96e66ebe
5 changed files with 41 additions and 18 deletions

View file

@ -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"};
}