wallet cli: print unspent outputs with histogram

This commit is contained in:
kenshi84
2016-12-24 14:31:19 +09:00
parent dd580d7bc7
commit adee16440a
2 changed files with 120 additions and 0 deletions
+1
View File
@@ -143,6 +143,7 @@ namespace cryptonote
bool get_tx_key(const std::vector<std::string> &args);
bool check_tx_key(const std::vector<std::string> &args);
bool show_transfers(const std::vector<std::string> &args);
bool unspent_outputs(const std::vector<std::string> &args);
bool rescan_blockchain(const std::vector<std::string> &args);
bool refresh_main(uint64_t start_height, bool reset = false);
bool set_tx_note(const std::vector<std::string> &args);