aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-12-04 12:51:45 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2020-01-26 18:37:26 +0000
commit5f98b46d58e37dfe409578d48e15966acf7c4560 (patch)
treed321deaec481e5efbc6f1de80ba72fc028d0bd4d /src/p2p/net_node.h
parentMerge pull request #6093 (diff)
downloadmonero-5f98b46d58e37dfe409578d48e15966acf7c4560.tar.xz
p2p: remove obsolete local time from TIMED_SYNC
Diffstat (limited to 'src/p2p/net_node.h')
-rw-r--r--src/p2p/net_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/net_node.h b/src/p2p/net_node.h
index 0e9c1c942..1ef6b9028 100644
--- a/src/p2p/net_node.h
+++ b/src/p2p/net_node.h
@@ -362,7 +362,7 @@ namespace nodetool
const boost::program_options::variables_map& vm
);
bool idle_worker();
- bool handle_remote_peerlist(const std::vector<peerlist_entry>& peerlist, time_t local_time, const epee::net_utils::connection_context_base& context);
+ bool handle_remote_peerlist(const std::vector<peerlist_entry>& peerlist, const epee::net_utils::connection_context_base& context);
bool get_local_node_data(basic_node_data& node_data, const network_zone& zone);
//bool get_local_handshake_data(handshake_data& hshd);