aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-05-30 22:53:14 +0200
committerRiccardo Spagni <ric@spagni.net>2015-05-30 22:53:16 +0200
commit72248cfe6f11932303c1ee7c718ed71f48607b87 (patch)
tree7bf6a4567fe039667f8149fe255ab477b9e4c8b1 /src/simplewallet/simplewallet.h
parentMerge pull request #299 (diff)
parentwallet_rpc_server: add a sweep_dust RPC command as well (diff)
downloadmonero-72248cfe6f11932303c1ee7c718ed71f48607b87.tar.xz
Merge pull request #296
a62daeb wallet_rpc_server: add a sweep_dust RPC command as well (moneromooo-monero) 3204f0d wallet: add a sweep_dust command (moneromooo-monero)
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 de5b3674e..d4ef0703b 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -103,6 +103,7 @@ namespace cryptonote
bool show_payments(const std::vector<std::string> &args);
bool show_blockchain_height(const std::vector<std::string> &args);
bool transfer(const std::vector<std::string> &args);
+ bool sweep_dust(const std::vector<std::string> &args);
std::vector<std::vector<cryptonote::tx_destination_entry>> split_amounts(
std::vector<cryptonote::tx_destination_entry> dsts, size_t num_splits
);