From 3204f0d53642588643312a742d13cc2b1d1e3cd9 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 30 May 2015 09:13:52 +0100 Subject: wallet: add a sweep_dust command Sends all the dust to your own wallet. May fail (if the fee required is more than the dust total). May end up paying most of the dust in fees. Unlocked dust total is now also displayed in "balance". --- src/simplewallet/simplewallet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/simplewallet/simplewallet.h') 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 &args); bool show_blockchain_height(const std::vector &args); bool transfer(const std::vector &args); + bool sweep_dust(const std::vector &args); std::vector> split_amounts( std::vector dsts, size_t num_splits ); -- cgit v1.2.3