diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-03-12 01:13:48 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-03-12 01:13:49 -0700 |
commit | 820ab9fdea6ede11aced3726f3998558f8677ad6 (patch) | |
tree | 2b8df276eff7637e4c9dd20f5acd9a55e12deea7 /src/rpc/daemon_handler.h | |
parent | Merge pull request #6268 (diff) | |
parent | Various improvements to the ZMQ JSON-RPC handling: (diff) | |
download | monero-820ab9fdea6ede11aced3726f3998558f8677ad6.tar.xz |
Merge pull request #6273
0f78b06e Various improvements to the ZMQ JSON-RPC handling: (Lee Clagett)
Diffstat (limited to 'src/rpc/daemon_handler.h')
-rw-r--r-- | src/rpc/daemon_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/daemon_handler.h b/src/rpc/daemon_handler.h index 34723f676..c33f608ab 100644 --- a/src/rpc/daemon_handler.h +++ b/src/rpc/daemon_handler.h @@ -50,7 +50,7 @@ class DaemonHandler : public RpcHandler { public: - DaemonHandler(cryptonote::core& c, t_p2p& p2p) : m_core(c), m_p2p(p2p) { } + DaemonHandler(cryptonote::core& c, t_p2p& p2p); ~DaemonHandler() { } |