new flush_txpool command, and associated RPC call

It can flush a particular tx, or the whole pool (the RPC command
can flush a list of transactions too)
This commit is contained in:
moneromooo-monero
2016-01-30 13:28:26 +00:00
parent 6288295f8e
commit bf6d1474c0
12 changed files with 175 additions and 0 deletions

View File

@@ -112,6 +112,8 @@ public:
bool ban(const std::vector<std::string>& args);
bool unban(const std::vector<std::string>& args);
bool flush_txpool(const std::vector<std::string>& args);
};
} // namespace daemonize