CCoinsViewErrorCatcher raison-d-etre
This commit is contained in:
parent
006cdf64dc
commit
a4d5855a25
1 changed files with 5 additions and 0 deletions
|
@ -136,6 +136,11 @@ bool ShutdownRequested()
|
|||
return fRequestShutdown;
|
||||
}
|
||||
|
||||
/**
|
||||
* This is a minimally invasive approach to shutdown on LevelDB read errors from the
|
||||
* chainstate, while keeping user interface out of the common library, which is shared
|
||||
* between bitcoind, and bitcoin-qt and non-server tools.
|
||||
*/
|
||||
class CCoinsViewErrorCatcher : public CCoinsViewBacked
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue