Skip to content

Commit

Permalink
chore: remove ica storekey (cosmos#4677)
Browse files Browse the repository at this point in the history
* remove storekey from interchain accounts

* bump cosmos-sdk

* fix markdown links

* restore go modules to main and update simulation registry

---------

Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Co-authored-by: Charly <charly@interchain.io>
  • Loading branch information
3 people committed Sep 19, 2023
1 parent 1283efb commit 10c4a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion modules/apps/27-interchain-accounts/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,6 @@ func (AppModule) WeightedOperations(simState module.SimulationState) []simtypes.

// RegisterStoreDecoder registers a decoder for interchain accounts module's types
func (AppModule) RegisterStoreDecoder(sdr simtypes.StoreDecoderRegistry) {
sdr[types.StoreKey] = simulation.NewDecodeStore()
sdr[controllertypes.StoreKey] = simulation.NewDecodeStore()
sdr[hosttypes.StoreKey] = simulation.NewDecodeStore()
}
3 changes: 0 additions & 3 deletions modules/apps/27-interchain-accounts/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const (
// Version defines the current version for interchain accounts
Version = "ics27-1"

// StoreKey is the store key string for interchain accounts
StoreKey = ModuleName

// RouterKey is the message route for interchain accounts
RouterKey = ModuleName

Expand Down

0 comments on commit 10c4a02

Please sign in to comment.