supplement more comments on database::_opened variable
This commit is contained in:
parent
0bcf6d4d65
commit
f1ffd52e1e
1 changed files with 2 additions and 1 deletions
|
|
@ -566,7 +566,8 @@ namespace graphene { namespace chain {
|
||||||
* Whether database is successfully opened or not.
|
* Whether database is successfully opened or not.
|
||||||
*
|
*
|
||||||
* The database is considered open when there's no exception
|
* The database is considered open when there's no exception
|
||||||
* or assertion fail during database::open() method.
|
* or assertion fail during database::open() method, and
|
||||||
|
* database::close() has not been called, or failed during execution.
|
||||||
*/
|
*/
|
||||||
bool _opened = false;
|
bool _opened = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue