Make GetStoreByName private, as only needed by MultiStore Query
This commit is contained in:
committed by
Ethan Buchman
parent
8765fa32fa
commit
c73f08c845
@@ -48,8 +48,6 @@ type MultiStore interface {
|
||||
// Convenience for fetching substores.
|
||||
GetStore(StoreKey) Store
|
||||
GetKVStore(StoreKey) KVStore
|
||||
|
||||
GetStoreByName(string) Store
|
||||
}
|
||||
|
||||
// From MultiStore.CacheMultiStore()....
|
||||
|
||||
Reference in New Issue
Block a user