diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-03-19 10:55:45 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-03-19 10:55:45 +0200 |
commit | 38dcd975f2ce6867be343edda140ad2919be57ab (patch) | |
tree | 26e238f9e1ec80112994a7ccb8ebcdea0fbab318 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #5240 (diff) | |
parent | wallet: adds rescan_bc option with preserving key images (diff) | |
download | monero-38dcd975f2ce6867be343edda140ad2919be57ab.tar.xz |
Merge pull request #4889
f42263eb wallet: adds rescan_bc option with preserving key images (Dusan Klinec)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 6655fda27..cf5458175 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -84,7 +84,7 @@ namespace cryptonote std::string get_command_usage(const std::vector<std::string> &args); private: - enum ResetType { ResetNone, ResetSoft, ResetHard }; + enum ResetType { ResetNone, ResetSoft, ResetHard, ResetSoftKeepKI }; bool handle_command_line(const boost::program_options::variables_map& vm); |