protocol: tone down a rate limit not implemented yet warning

it scares users
pull/95/head
moneromooo-monero 7 years ago
parent beee286c7b
commit 96ce57d551
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -122,7 +122,7 @@ cryptonote_protocol_handler_base::~cryptonote_protocol_handler_base() {
void cryptonote_protocol_handler_base::handler_request_blocks_history(std::list<crypto::hash>& ids) {
using namespace epee::net_utils;
MDEBUG("### ~~~RRRR~~~~ ### sending request (type 2), limit = " << ids.size());
MWARNING("RATE LIMIT NOT IMPLEMENTED HERE YET (download at unlimited speed?)");
MDEBUG("RATE LIMIT NOT IMPLEMENTED HERE YET (download at unlimited speed?)");
// TODO
}

Loading…
Cancel
Save