Add height to context, cleanup, add to app and stack

This commit is contained in:
Ethan Frey
2017-07-10 12:19:42 +02:00
parent 100d88d7dd
commit b6197a1c12
12 changed files with 72 additions and 84 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ func TestChain(t *testing.T) {
}
// generic args here...
ctx := stack.NewContext(chainID, log.NewNopLogger())
ctx := stack.NewContext(chainID, 100, log.NewNopLogger())
store := state.NewMemKVStore()
// build the stack