diff options
| author | Riccardo Spagni <ric@spagni.net> | 2019-04-11 13:05:42 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2019-04-11 13:05:43 +0200 |
| commit | 5db72d12b428e21ad1cd292df4d13aee5c273b95 (patch) | |
| tree | 517e7df6a38e956ba9e31395ec8c7025d2c42469 /src/simplewallet/simplewallet.h | |
| parent | 5c023165980bc9d6f51c4be4448ffc3a223b3c17 (diff) | |
| parent | 0be5b2ee78efaa242757ca8f998a091f8930788d (diff) | |
| download | monzero-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.h | 1 |
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); |
