diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-03-03 14:31:04 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-03-03 14:31:04 +0200 |
commit | d35d6261810bea652e526b4c93e6dcf063c498eb (patch) | |
tree | 4dc30d32c47f6a2e7254b62a989876c839317440 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1823 (diff) | |
parent | allow user I/O in millinero, micronero, nanonero, piconero (diff) | |
download | monero-d35d6261810bea652e526b4c93e6dcf063c498eb.tar.xz |
Merge pull request #1826
2c468dd4 allow user I/O in millinero, micronero, nanonero, piconero (moneromooo-monero)
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 2616cfd07..c7d65633f 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); |