Merge pull request #453: Core/State Unit Tests

This commit is contained in:
Aleksandr Bezobchuk
2018-07-26 09:36:07 -04:00
parent 024325e981
commit 0cebfeb759
13 changed files with 931 additions and 86 deletions
+1
View File
@@ -40,6 +40,7 @@ type Importer struct {
// Import performs an import given an Importer that has a Geth stateDB
// implementation and a blockchain exported file.
// nolint
func (imp *Importer) Import() {
// only create genesis if it is a brand new database
if imp.EthermintDB.LatestVersion() == 0 {