From c6e200a8ab36633f1a3598f54e9e9f8ca5b6c461 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 30 Jul 2017 23:59:52 +0100 Subject: core: add --db-salvage command line flag Use to load the database when the primary meta page is corrupted --- src/common/command_line.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common/command_line.cpp') diff --git a/src/common/command_line.cpp b/src/common/command_line.cpp index 8c2796bbe..5f60bef89 100644 --- a/src/common/command_line.cpp +++ b/src/common/command_line.cpp @@ -107,6 +107,11 @@ namespace command_line , "Specify sync option, using format [safe|fast|fastest]:[sync|async]:[nblocks_per_sync]." , "fast:async:1000" }; + const arg_descriptor arg_db_salvage = { + "db-salvage" + , "Try to salvage a blockchain database if it seems corrupted" + , false + }; const command_line::arg_descriptor arg_fast_block_sync = { "fast-block-sync" , "Sync up most of the way by using embedded, known block hashes." -- cgit v1.2.3