docs: update docs links to v0.47 (#14572)

This commit is contained in:
Julien Robert
2023-01-12 11:57:53 +00:00
committed by GitHub
parent 538f7ce723
commit e4c0788bf2
75 changed files with 711 additions and 2556 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ func NewSimApp(
// Register the proposal types
// Deprecated: Avoid adding new handlers, instead use the new proposal flow
// by granting the governance module the right to execute the message.
// See: https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/x/gov/spec/01_concepts.md#proposal-messages
// See: https://docs.cosmos.network/main/modules/gov#proposal-messages
govRouter := govv1beta1.NewRouter()
govRouter.AddRoute(govtypes.RouterKey, govv1beta1.ProposalHandler).
AddRoute(paramproposal.RouterKey, params.NewParamChangeProposalHandler(app.ParamsKeeper)).