refactor(groups): remove global bech32 (#15707)
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
@@ -168,6 +168,10 @@ func (ms multiStore) LatestVersion() int64 {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (ms multiStore) WorkingHash() []byte {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
var _ storetypes.KVStore = kvStore{}
|
||||
|
||||
type kvStore struct {
|
||||
|
||||
Reference in New Issue
Block a user