aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-01-22 11:47:43 -0500
committerRiccardo Spagni <ric@spagni.net>2017-01-22 11:47:43 -0500
commitadd98edfc32ce402dd092a913e35ab9c91aec374 (patch)
tree5374ed53ec86a1c4dbbfd0385de2a510ff1b1bc0 /src/rpc
parentMerge pull request #1607 (diff)
parentp2p: always recreate a new peer id on startup (diff)
downloadmonero-add98edfc32ce402dd092a913e35ab9c91aec374.tar.xz
Merge pull request #1609
4cdf0a35 p2p: always recreate a new peer id on startup (moneromooo-monero)
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);