Browse Source

Fix the "fix".

cl-refactor
Gav Wood 10 years ago
parent
commit
4bf9319c15
  1. 1
      libtestutils/StateLoader.cpp

1
libtestutils/StateLoader.cpp

@ -54,4 +54,5 @@ StateLoader::StateLoader(Json::Value const& _json, std::string const& _dbPath):
} }
m_state.commit(); m_state.commit();
m_state.db().commit();
} }

Loading…
Cancel
Save