Merge PR #4382: Support height queries for queriers

This commit is contained in:
Alexander Bezobchuk
2019-05-28 20:58:33 -04:00
committed by GitHub
parent 61d0f888b7
commit 8b1d75caa2
11 changed files with 309 additions and 31 deletions
+4
View File
@@ -18,6 +18,10 @@ func (ms multiStore) CacheMultiStore() sdk.CacheMultiStore {
panic("not implemented")
}
func (kv multiStore) CacheMultiStoreWithVersion(_ int64) (sdk.CacheMultiStore, error) {
panic("not implemented")
}
func (ms multiStore) CacheWrap() sdk.CacheWrap {
panic("not implemented")
}