Skip to content

Commit

Permalink
supplement more comments on database::_opened variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cifer committed Feb 26, 2018
1 parent 737ccae commit bb30f3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/chain/include/graphene/chain/database.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,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;
};
Expand Down

0 comments on commit bb30f3f

Please sign in to comment.