mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 05:04:32 -04:00
Fix pruned tx for ZMQ's GetBlocksFast
This commit is contained in:
parent
c108c5e2f0
commit
fe96e66ebe
5 changed files with 41 additions and 18 deletions
|
@ -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"};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue