aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-05-05 11:22:46 +0200
committerRiccardo Spagni <ric@spagni.net>2017-05-05 11:22:46 +0200
commit5566951ebae942e61f91ab4e5f4020b2fe4f920e (patch)
tree640b13e0e4615e485ae7f3faaf374ed8157fa61b /src/simplewallet/simplewallet.h
parentMerge pull request #1996 (diff)
parentwallet: add sweep_below function (diff)
downloadmonero-5566951ebae942e61f91ab4e5f4020b2fe4f920e.tar.xz
Merge pull request #1986
6df83b3e wallet: add sweep_below function (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index 14722e942..1b58ff32a 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -134,7 +134,9 @@ 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 sweep_all(const std::vector<std::string> &args);
+ bool sweep_below(const std::vector<std::string> &args);
bool sweep_unmixable(const std::vector<std::string> &args);
bool donate(const std::vector<std::string> &args);
bool sign_transfer(const std::vector<std::string> &args);