refactor: pass logger to store (#14438)

This commit is contained in:
Marko
2022-12-28 13:20:44 +01:00
committed by GitHub
parent 741f4ae0b3
commit 7d2ba36357
9 changed files with 14 additions and 11 deletions
+1
View File
@@ -12,6 +12,7 @@ import (
func TestStore(t *testing.T) {
db := dbm.NewMemDB()
cms := NewCommitMultiStore()
key := sdk.NewKVStoreKey("test")