aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorjcktm <kitten@protonmail.com>2018-04-13 11:13:24 +1000
committerjcktm <kitten@protonmail.com>2018-07-23 10:35:58 +1000
commited7825dc0c67d7c410a5effc1eca14bc5c77e257 (patch)
treea9ce0b2a14e2546653c6fc4772cdb41366b453cf /src/simplewallet/simplewallet.h
parentMerge pull request #4088 (diff)
downloadmonero-ed7825dc0c67d7c410a5effc1eca14bc5c77e257.tar.xz
monero-wallet-cli: added locked_sweep_all command
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index 1f2765055..b8f7bb84b 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -153,7 +153,8 @@ namespace cryptonote
bool transfer(const std::vector<std::string> &args);
bool transfer_new(const std::vector<std::string> &args);
bool locked_transfer(const std::vector<std::string> &args);
- bool sweep_main(uint64_t below, const std::vector<std::string> &args);
+ bool locked_sweep_all(const std::vector<std::string> &args);
+ bool sweep_main(uint64_t below, bool locked, const std::vector<std::string> &args);
bool sweep_all(const std::vector<std::string> &args);
bool sweep_below(const std::vector<std::string> &args);
bool sweep_single(const std::vector<std::string> &args);