diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-02 14:03:25 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-02 14:18:07 +0000 |
commit | 0be5b2ee78efaa242757ca8f998a091f8930788d (patch) | |
tree | d8a02f45e707087a2c8872979cfc1425f6475c04 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #5387 (diff) | |
download | monero-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.h | 1 |
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); |