Add height to context, cleanup, add to app and stack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user