diff --git a/src/init.cpp b/src/init.cpp index 556234cbd2..f5dec23c23 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -451,7 +451,7 @@ void SetupServerArgs() const auto regtestLLMQ = CreateChainParams(CBaseChainParams::REGTEST)->GetConsensus().llmqs.at(Consensus::LLMQ_TEST); // Hidden Options - std::vector hidden_args = {"-h", "-help", "-dbcrashratio", "-forcecompactdb", + std::vector hidden_args = {"-h", "-help", "-dbcrashratio", "-forcecompactdb", "-printcrashinfo", // GUI args. These will be overwritten by SetupUIArgs for the GUI "-allowselfsignedrootcertificates", "-choosedatadir", "-lang=", "-min", "-resetguisettings", "-rootcertificates=", "-splash", "-uiplatform"};