Rebase, update changelog & testcase

This commit is contained in:
Christopher Goes
2018-05-01 14:00:23 +02:00
parent 36e096d4bb
commit 2376f231c2
3 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ func TestCoolKeeper(t *testing.T) {
auth.RegisterBaseAccount(cdc)
am := auth.NewAccountMapper(cdc, capKey, &auth.BaseAccount{})
ctx := sdk.NewContext(ms, abci.Header{}, false, nil)
ctx := sdk.NewContext(ms, abci.Header{}, false, nil, nil)
ck := bank.NewKeeper(am)
keeper := NewKeeper(capKey, ck, DefaultCodespace)