Make GetStoreByName private, as only needed by MultiStore Query

This commit is contained in:
Ethan Frey
2018-02-06 17:20:29 -05:00
committed by Ethan Buchman
parent 8765fa32fa
commit c73f08c845
4 changed files with 6 additions and 21 deletions
-2
View File
@@ -48,8 +48,6 @@ type MultiStore interface {
// Convenience for fetching substores.
GetStore(StoreKey) Store
GetKVStore(StoreKey) KVStore
GetStoreByName(string) Store
}
// From MultiStore.CacheMultiStore()....