diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-02-28 19:36:16 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-02-28 19:36:16 -0800 |
commit | 4da37daf67976e48d6fc75f2a5a6f5858d227815 (patch) | |
tree | ef7cf33b245ddf3e9325639a2dfb49baf6a5d82c /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #6205 (diff) | |
parent | rpc: add bad-blocks to flush_cache RPC (diff) | |
download | monero-4da37daf67976e48d6fc75f2a5a6f5858d227815.tar.xz |
Merge pull request #6211
5985c5af rpc: add bad-blocks to 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, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 1754ce32e..66ada6f1f 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -172,7 +172,7 @@ public: bool rpc_payments(); - bool flush_cache(bool bad_txs); + bool flush_cache(bool bad_txs, bool invalid_blocks); }; } // namespace daemonize |