aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-10-25 14:20:20 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-10-25 14:20:20 -0500
commitf253bf384674ae8a2f1d0652cb27ff17c7fc1fc1 (patch)
tree81bc979a941aecb93600e900ddf6a7bb5a81fc4b /src/daemon/rpc_command_executor.h
parentMerge pull request #6023 (diff)
parentrpc: add a flush_cache RPC (diff)
downloadmonero-f253bf384674ae8a2f1d0652cb27ff17c7fc1fc1.tar.xz
Merge pull request #6007
a4dc575 rpc: add a flush_cache RPC (moneromooo-monero)
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r--src/daemon/rpc_command_executor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h
index 783b47373..e8b12cb9b 100644
--- a/src/daemon/rpc_command_executor.h
+++ b/src/daemon/rpc_command_executor.h
@@ -169,6 +169,8 @@ public:
const std::string &password);
bool rpc_payments();
+
+ bool flush_cache(bool bad_txs);
};
} // namespace daemonize