summaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/cryptonote_protocol_handler.h
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2021-01-07 17:55:23 -0800
committerAlexander Blair <snipa@jagtech.io>2021-01-07 17:55:23 -0800
commit8fef32e45c80aec41f25be9d1d8fb75adc883c64 (patch)
tree4bf9e47a9af9b13fc89b63831e883db264c4fdef /src/cryptonote_protocol/cryptonote_protocol_handler.h
parent7f1a83b852a3bcacea3cc01693ea7722344e338c (diff)
parentba3c627c57e3aebd56c35b45ec8bd310995fa467 (diff)
downloadmonzero-core-0.17.1.9.tar.gz
monzero-core-0.17.1.9.tar.xz
monzero-core-0.17.1.9.zip
Merge pull request #7292v0.17.1.9
ba3c627c5 Command max_bytes moved from dynamic map to static switch (Lee Clagett)
Diffstat (limited to 'src/cryptonote_protocol/cryptonote_protocol_handler.h')
-rw-r--r--src/cryptonote_protocol/cryptonote_protocol_handler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.h b/src/cryptonote_protocol/cryptonote_protocol_handler.h
index 5585d5ef8..f06614056 100644
--- a/src/cryptonote_protocol/cryptonote_protocol_handler.h
+++ b/src/cryptonote_protocol/cryptonote_protocol_handler.h
@@ -109,7 +109,6 @@ namespace cryptonote
std::list<connection_info> get_connections();
const block_queue &get_block_queue() const { return m_block_queue; }
void stop();
- void on_connection_new(cryptonote_connection_context &context);
void on_connection_close(cryptonote_connection_context &context);
void set_max_out_peers(unsigned int max) { m_max_out_peers = max; }
bool no_sync() const { return m_no_sync; }