Fix build error
This commit is contained in:
parent
866c453f1a
commit
1e87ddff00
1 changed files with 1 additions and 1 deletions
|
|
@ -82,8 +82,8 @@ void database::wipe(const fc::path& data_dir, bool include_blocks)
|
|||
void database::open(
|
||||
const fc::path& data_dir,
|
||||
std::function<genesis_state_type()> genesis_loader )
|
||||
elog( "Open Database" );
|
||||
{
|
||||
elog( "Open Database" );
|
||||
try
|
||||
{
|
||||
object_database::open(data_dir);
|
||||
|
|
|
|||
Loading…
Reference in a new issue