mirror of
https://github.com/monero-project/monero.git
synced 2025-12-21 23:00:49 -08:00
Command max_bytes moved from dynamic map to static switch
This commit is contained in:
@@ -110,7 +110,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; }
|
||||
|
||||
Reference in New Issue
Block a user