We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf6987 commit b71ee08Copy full SHA for b71ee08
src/init.cpp
@@ -169,6 +169,11 @@ bool ShutdownRequested()
169
return fRequestShutdown || fRestartRequested;
170
}
171
172
+/**
173
+ * This is a minimally invasive approach to shutdown on LevelDB read errors from the
174
+ * chainstate, while keeping user interface out of the common library, which is shared
175
+ * between bitcoind, and bitcoin-qt and non-server tools.
176
+*/
177
class CCoinsViewErrorCatcher : public CCoinsViewBacked
178
{
179
public:
0 commit comments