Fix build error

This commit is contained in:
Eric Frias 2015-09-03 18:42:57 -04:00
parent 866c453f1a
commit 1e87ddff00

View file

@ -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);