Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 8, 2022
1 parent e20e901 commit fc065c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (a *App) DefaultGenesis() map[string]json.RawMessage {
return a.basicManager.DefaultGenesis(a.cdc)
}

// GetStoreKeys returns all the keys stored store keys.
// GetStoreKeys returns all the stored store keys.
func (a *App) GetStoreKeys() []storetypes.StoreKey {
return a.storeKeys
}
Expand Down
3 changes: 0 additions & 3 deletions simapp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ require (
)

replace (
// temporarily until tagging new api
cosmossdk.io/api => ../api

github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
// Simapp always use the latest version of the cosmos-sdk
github.com/cosmos/cosmos-sdk => ../.
Expand Down

0 comments on commit fc065c4

Please sign in to comment.