aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-04-11 13:05:42 +0200
committerRiccardo Spagni <ric@spagni.net>2019-04-11 13:05:43 +0200
commit5db72d12b428e21ad1cd292df4d13aee5c273b95 (patch)
tree517e7df6a38e956ba9e31395ec8c7025d2c42469 /src/simplewallet/simplewallet.h
parent5c023165980bc9d6f51c4be4448ffc3a223b3c17 (diff)
parent0be5b2ee78efaa242757ca8f998a091f8930788d (diff)
downloadmonzero-core-5db72d12b428e21ad1cd292df4d13aee5c273b95.tar.gz
monzero-core-5db72d12b428e21ad1cd292df4d13aee5c273b95.tar.xz
monzero-core-5db72d12b428e21ad1cd292df4d13aee5c273b95.zip
Merge pull request #5388
0be5b2ee simplewallet: new unset_ring 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 c6328fbc7..0cbb33cf9 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -235,6 +235,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);