aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-01-08 16:34:50 -0800
committerRiccardo Spagni <ric@spagni.net>2017-01-08 16:34:51 -0800
commit209a633a3c85eb372043dbbac5f316420757203e (patch)
treee7173e0474d4fbef8700e36ed401082c42d3b456 /src/simplewallet/simplewallet.h
parentMerge pull request #1495 (diff)
parentwallet cli: print unspent outputs with histogram (diff)
downloadmonero-209a633a3c85eb372043dbbac5f316420757203e.tar.xz
Merge pull request #1496
adee1644 wallet cli: print unspent outputs with histogram (kenshi84)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index 01bb94b15..a807e2cda 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -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);