This commit is contained in:
Christopher Franko 2015-10-13 12:43:13 -04:00
parent 9b6b54f07a
commit 7456be5f84

View file

@ -177,7 +177,7 @@ func runBlockTest(test *BlockTest) error {
// import pre accounts
_, err = test.InsertPreState(ethereum)
_, err = test.InsertPreState(expanse)
if err != nil {
return fmt.Errorf("InsertPreState: %v", err)
}