Skip to content

Commit

Permalink
fix: compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kakysha committed Jul 26, 2024
1 parent 43707eb commit 0d21096
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/wasm/keeper/wasmtesting/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ type mockCMS struct {
func (m *mockCMS) Write() {
*m.committed = true
}

func (m *mockCMS) RunAtomic(cb func(storetypes.CacheMultiStore) error) error {
return cb(m.CacheMultiStore())
}

0 comments on commit 0d21096

Please sign in to comment.