aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-02 14:03:25 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-02 14:18:07 +0000
commit0be5b2ee78efaa242757ca8f998a091f8930788d (patch)
treed8a02f45e707087a2c8872979cfc1425f6475c04 /src/simplewallet/simplewallet.h
parentMerge pull request #5387 (diff)
downloadmonero-0be5b2ee78efaa242757ca8f998a091f8930788d.tar.xz
simplewallet: new unset_ring command
Useful when debugging, though not much for users
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 c9a5c55e8..c982a323b 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -234,6 +234,7 @@ namespace cryptonote
bool mms(const std::vector<std::string>& args);
bool print_ring(const std::vector<std::string>& args);
bool set_ring(const std::vector<std::string>& args);
+ bool unset_ring(const std::vector<std::string>& args);
bool save_known_rings(const std::vector<std::string>& args);
bool blackball(const std::vector<std::string>& args);
bool unblackball(const std::vector<std::string>& args);