mirror of
https://github.com/monero-project/monero.git
synced 2026-01-02 16:00:10 -08:00
daemon: add a print_pool_stats daemon command
Helps see what's going on now that Monero is getting used
This commit is contained in:
@@ -84,6 +84,8 @@ public:
|
||||
|
||||
bool print_transaction_pool_short(const std::vector<std::string>& args);
|
||||
|
||||
bool print_transaction_pool_stats(const std::vector<std::string>& args);
|
||||
|
||||
bool start_mining(const std::vector<std::string>& args);
|
||||
|
||||
bool stop_mining(const std::vector<std::string>& args);
|
||||
|
||||
Reference in New Issue
Block a user