diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-10-25 14:20:20 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-10-25 14:20:20 -0500 |
| commit | f253bf384674ae8a2f1d0652cb27ff17c7fc1fc1 (patch) | |
| tree | 81bc979a941aecb93600e900ddf6a7bb5a81fc4b /src/daemon/rpc_command_executor.h | |
| parent | 9a995f338a5a3402449b5028ae0ef08ed149fc0b (diff) | |
| parent | a4dc575ccba8348886ed19594a16f5a7242f8fe6 (diff) | |
| download | monzero-core-f253bf384674ae8a2f1d0652cb27ff17c7fc1fc1.tar.gz monzero-core-f253bf384674ae8a2f1d0652cb27ff17c7fc1fc1.tar.xz monzero-core-f253bf384674ae8a2f1d0652cb27ff17c7fc1fc1.zip | |
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.h | 2 |
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 |
