diff options
author | kenshi84 <kenshi84@protonmail.ch> | 2016-12-24 14:31:19 +0900 |
---|---|---|
committer | kenshi84 <kenshi84@protonmail.ch> | 2016-12-26 16:03:16 +0900 |
commit | adee16440a640380d3a401f3f887f467df80f4b6 (patch) | |
tree | d01a5b081c3b96f85cfdc6f268ffa9e54e992243 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1487 (diff) | |
download | monero-adee16440a640380d3a401f3f887f467df80f4b6.tar.xz |
wallet cli: print unspent outputs with histogram
Diffstat (limited to '')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index c3e14a8cc..a636c3476 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -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); |