aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/daemon_handler.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-09-14 12:54:25 +0200
committerRiccardo Spagni <ric@spagni.net>2018-09-14 12:54:25 +0200
commit239a7e10ffe44aafb89304f9d841af43adc0bb19 (patch)
treef952fbd69df9eee3a94a1ae6e5a4591ce5ba0f6d /src/rpc/daemon_handler.h
parentMerge pull request #4309 (diff)
parentremove obsolete daemon selection of fake outs and old tx construction (diff)
downloadmonero-239a7e10ffe44aafb89304f9d841af43adc0bb19.tar.xz
Merge pull request #4253
be001326 remove obsolete daemon selection of fake outs and old tx construction (moneromooo-monero)
Diffstat (limited to '')
-rw-r--r--src/rpc/daemon_handler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rpc/daemon_handler.h b/src/rpc/daemon_handler.h
index f43711640..5f9687511 100644
--- a/src/rpc/daemon_handler.h
+++ b/src/rpc/daemon_handler.h
@@ -66,8 +66,6 @@ class DaemonHandler : public RpcHandler
void handle(const GetTxGlobalOutputIndices::Request& req, GetTxGlobalOutputIndices::Response& res);
- void handle(const GetRandomOutputsForAmounts::Request& req, GetRandomOutputsForAmounts::Response& res);
-
void handle(const SendRawTx::Request& req, SendRawTx::Response& res);
void handle(const StartMining::Request& req, StartMining::Response& res);