aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-01-22 11:37:55 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-01-22 11:37:55 +0000
commit4cdf0a35c94dac303fd703c05eb6685fc401a323 (patch)
treec6ef5810c3dd7cdee0899a5eef7e2a23524e9400 /src/rpc
parentMerge pull request #1585 (diff)
downloadmonero-4cdf0a35c94dac303fd703c05eb6685fc401a323.tar.xz
p2p: always recreate a new peer id on startup
This prevents easy fingerprinting when you change IPs, and will be a must when kovri gets used.
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/core_rpc_server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpc/core_rpc_server.h b/src/rpc/core_rpc_server.h
index 84871e8bb..767bcc715 100644
--- a/src/rpc/core_rpc_server.h
+++ b/src/rpc/core_rpc_server.h
@@ -194,3 +194,5 @@ private:
bool m_restricted;
};
}
+
+BOOST_CLASS_VERSION(nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >, 1);