mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Make CDBEnv::IsMock() const
This commit is contained in:
parent
bf7485213b
commit
38a45a53d2
@ -45,7 +45,7 @@ public:
|
|||||||
void Reset();
|
void Reset();
|
||||||
|
|
||||||
void MakeMock();
|
void MakeMock();
|
||||||
bool IsMock() { return fMockDb; }
|
bool IsMock() const { return fMockDb; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Verify that database file strFile is OK. If it is not,
|
* Verify that database file strFile is OK. If it is not,
|
||||||
|
Loading…
Reference in New Issue
Block a user