Merge pull request #1801

96ce57d5 protocol: tone down a rate limit not implemented yet warning (moneromooo-monero)
release-v0.4.0.1
Riccardo Spagni 7 years ago
commit 27b7320fed
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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