mirror of
https://github.com/monero-project/monero.git
synced 2025-05-10 07:05:01 -04:00
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:
parent
6288295f8e
commit
bf6d1474c0
12 changed files with 175 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue