Merge pull request #1496

adee1644 wallet cli: print unspent outputs with histogram (kenshi84)
This commit is contained in:
Riccardo Spagni
2017-01-08 16:34:50 -08:00
2 changed files with 120 additions and 0 deletions
+1
View File
@@ -144,6 +144,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);