diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-03-01 22:27:27 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-03-02 19:02:41 +0000 |
commit | 2c468dd42989d429ae2ebcd696332a4092b4b4cc (patch) | |
tree | fd06417f46dd092d1a892093a5b46126d58e1b43 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1798 (diff) | |
download | monero-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.h | 1 |
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); |