supplement more comments on database::_opened variable

This commit is contained in:
cifer 2018-02-26 10:59:51 +08:00 committed by gladcow
parent 0bcf6d4d65
commit f1ffd52e1e

View file

@ -566,7 +566,8 @@ namespace graphene { namespace chain {
* Whether database is successfully opened or not.
*
* 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;
};