aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-03-19 10:55:45 +0200
committerRiccardo Spagni <ric@spagni.net>2019-03-19 10:55:45 +0200
commit38dcd975f2ce6867be343edda140ad2919be57ab (patch)
tree26e238f9e1ec80112994a7ccb8ebcdea0fbab318 /src/simplewallet/simplewallet.h
parentMerge pull request #5240 (diff)
parentwallet: adds rescan_bc option with preserving key images (diff)
downloadmonero-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.h2
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);