diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 19:45:09 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-09-08 19:45:09 -0500 |
commit | 15dabf7d18244ec5e592f2ad4cfe49495c4d1c80 (patch) | |
tree | 5bf0403cb3e577ff7bffc502d28b7c49d1ee0263 /src/p2p/net_node.h | |
parent | Merge pull request #5838 (diff) | |
parent | p2p: sanitize peer lists (diff) | |
download | monero-15dabf7d18244ec5e592f2ad4cfe49495c4d1c80.tar.xz |
Merge pull request #5839
e353e3d p2p: sanitize peer lists (moneromooo-monero)
Diffstat (limited to 'src/p2p/net_node.h')
-rw-r--r-- | src/p2p/net_node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/p2p/net_node.h b/src/p2p/net_node.h index 231175dd2..255a1fc1f 100644 --- a/src/p2p/net_node.h +++ b/src/p2p/net_node.h @@ -355,8 +355,7 @@ namespace nodetool bool get_local_node_data(basic_node_data& node_data, const network_zone& zone); //bool get_local_handshake_data(handshake_data& hshd); - bool merge_peerlist_with_local(const std::vector<peerlist_entry>& bs); - bool fix_time_delta(std::vector<peerlist_entry>& local_peerlist, time_t local_time, int64_t& delta); + bool sanitize_peerlist(std::vector<peerlist_entry>& local_peerlist); bool connections_maker(); bool peer_sync_idle_maker(); |