mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #6601
98c151ecb
Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ faster (Lee Clagett)60627c9f2
Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster (Lee Clagett)fe96e66eb
Fix pruned tx for ZMQ's GetBlocksFast (Lee Clagett)
This commit is contained in:
commit
009ca6fcd3
10 changed files with 75 additions and 32 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