Skip to content

Commit

Permalink
fix global objects usage during replay
Browse files Browse the repository at this point in the history
  • Loading branch information
gladcow authored and gladcow committed Sep 17, 2019
1 parent 520ee05 commit e5b5ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/db_management.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void database::wipe(const fc::path& data_dir, bool include_blocks)
{
ilog("Wiping database", ("include_blocks", include_blocks));
if (_opened) {
close();
close(false);
}
object_database::wipe(data_dir);
if( include_blocks )
Expand Down

0 comments on commit e5b5ba3

Please sign in to comment.