diff options
author | Alexander Blair <snipa@jagtech.io> | 2021-01-07 17:55:23 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2021-01-07 17:55:23 -0800 |
commit | 8fef32e45c80aec41f25be9d1d8fb75adc883c64 (patch) | |
tree | 4bf9e47a9af9b13fc89b63831e883db264c4fdef /src/p2p/net_node.h | |
parent | Merge pull request #7287 (diff) | |
parent | Command max_bytes moved from dynamic map to static switch (diff) | |
download | monero-8fef32e45c80aec41f25be9d1d8fb75adc883c64.tar.xz |
Merge pull request #7292v0.17.1.9
ba3c627c5 Command max_bytes moved from dynamic map to static switch (Lee Clagett)
Diffstat (limited to 'src/p2p/net_node.h')
-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; |