fix state tests

This commit is contained in:
Ethan Buchman
2018-05-31 23:29:46 -04:00
parent e4147b6f1a
commit e1e6878a4d
4 changed files with 74 additions and 38 deletions

View File

@@ -9,7 +9,7 @@ import (
)
func TestValidateBlock(t *testing.T) {
state := state()
state := state(1)
blockExec := NewBlockExecutor(dbm.NewMemDB(), log.TestingLogger(), nil, nil, nil)