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 committed Nov 8, 2019
1 parent 4f54b13 commit d99ef0c
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 @@ -179,7 +179,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 d99ef0c

Please sign in to comment.