refactor(bank): move bank balances to use collections (#15327)
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ type TestContext struct {
|
||||
CMS store.CommitMultiStore
|
||||
}
|
||||
|
||||
func DefaultContextWithDB(t *testing.T, key, tkey storetypes.StoreKey) TestContext {
|
||||
func DefaultContextWithDB(t testing.TB, key, tkey storetypes.StoreKey) TestContext {
|
||||
db := dbm.NewMemDB()
|
||||
cms := store.NewCommitMultiStore(db, log.NewNopLogger(), metrics.NewNoOpMetrics())
|
||||
cms.MountStoreWithDB(key, storetypes.StoreTypeIAVL, db)
|
||||
|
||||
Reference in New Issue
Block a user