aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-03-01 22:27:27 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-03-02 19:02:41 +0000
commit2c468dd42989d429ae2ebcd696332a4092b4b4cc (patch)
treefd06417f46dd092d1a892093a5b46126d58e1b43 /src/simplewallet/simplewallet.h
parentMerge pull request #1798 (diff)
downloadmonero-2c468dd42989d429ae2ebcd696332a4092b4b4cc.tar.xz
allow user I/O in millinero, micronero, nanonero, piconero
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 cd99757ab..ddd8248fe 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -116,6 +116,7 @@ namespace cryptonote
bool set_refresh_type(const std::vector<std::string> &args = std::vector<std::string>());
bool set_confirm_missing_payment_id(const std::vector<std::string> &args = std::vector<std::string>());
bool set_ask_password(const std::vector<std::string> &args = std::vector<std::string>());
+ bool set_unit(const std::vector<std::string> &args = std::vector<std::string>());
bool help(const std::vector<std::string> &args = std::vector<std::string>());
bool start_mining(const std::vector<std::string> &args);
bool stop_mining(const std::vector<std::string> &args);