Merge PR #5055: Added Prealloc, Gosec, Golint linters
This commit is contained in:
committed by
Alexander Bezobchuk
parent
943cc54811
commit
936cffef40
@@ -19,7 +19,7 @@ func (ms multiStore) CacheMultiStore() sdk.CacheMultiStore {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (kv multiStore) CacheMultiStoreWithVersion(_ int64) (sdk.CacheMultiStore, error) {
|
||||
func (ms multiStore) CacheMultiStoreWithVersion(_ int64) (sdk.CacheMultiStore, error) {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user