test: Check that the GUI interactive reindex works

This commit is contained in:
MarcoFalke
2025-07-15 18:14:50 +02:00
parent faaaddaaf8
commit fac90e5261
4 changed files with 39 additions and 2 deletions

View File

@@ -709,6 +709,7 @@ std::string HelpMessageOpt(const std::string &option, const std::string &message
const std::vector<std::string> TEST_OPTIONS_DOC{
"addrman (use deterministic addrman)",
"reindex_after_failure_noninteractive_yes (When asked for a reindex after failure interactively, simulate as-if answered with 'yes')",
"bip94 (enforce BIP94 consensus rules)",
};