Merge PR #5055: Added Prealloc, Gosec, Golint linters

This commit is contained in:
Marko
2019-09-17 12:13:26 -04:00
committed by Alexander Bezobchuk
parent 943cc54811
commit 936cffef40
13 changed files with 36 additions and 30 deletions
+1 -1
View File
@@ -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")
}