diff options
author | Lee Clagett <code@leeclagett.com> | 2021-01-06 11:47:09 -0500 |
---|---|---|
committer | Lee Clagett <code@leeclagett.com> | 2020-12-22 20:54:16 +0000 |
commit | 927141bcc4dd5ff729eb445b32a624f9e5acbe2d (patch) | |
tree | 4f03162832843a8c40b9b3dc9318ec8ef5ff5f20 /src/p2p/net_node.h | |
parent | Merge pull request #7271 (diff) | |
download | monero-927141bcc4dd5ff729eb445b32a624f9e5acbe2d.tar.xz |
Command max_bytes moved from dynamic map to static switch
Diffstat (limited to '')
-rw-r--r-- | src/p2p/net_node.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/p2p/net_node.h b/src/p2p/net_node.h index 1f9fa46a4..59a6e5091 100644 --- a/src/p2p/net_node.h +++ b/src/p2p/net_node.h @@ -118,8 +118,6 @@ namespace nodetool m_in_timedsync(false) {} - static constexpr int handshake_command() noexcept { return 1001; } - std::vector<cryptonote::blobdata> fluff_txs; std::chrono::steady_clock::time_point flush_time; peerid_type peer_id; |