Merge PR #5681: proto: migrate bank to hybridcodec

This commit is contained in:
Marko
2020-02-20 15:24:26 +01:00
committed by GitHub
parent 32b40fdb27
commit ebbfaf2a47
37 changed files with 1324 additions and 117 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ func CreateTestInput(t *testing.T, isCheckTx bool, initPower int64) (sdk.Context
)
bk := bank.NewBaseKeeper(
cdc,
appCodec,
bankKey,
accountKeeper,
pk.Subspace(bank.DefaultParamspace),