Skip to content

Commit

Permalink
chore: apply changes from #3150
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Feb 15, 2023
1 parent 411afea commit 06d11da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/migrations/v6-to-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,13 @@ Protobuf code generation, linting and formatting have been updated to leverage t

### App modules

The return value of `ProposalContents` have been updated.
`ProposalContents` has been removed as it is deprecated by the SDK and was non-functional.

```diff
// ProposalContents doesn't return any content functions for governance proposals.
- func (AppModule) ProposalContents(_ module.SimulationState) []simtypes.WeightedProposalContent {
+ func (AppModule) ProposalContents(_ module.SimulationState) []simtypes.WeightedProposalMsg {
return nil
}
- return nil
- }
```

Legacy APIs of the `AppModule` interface have been removed from ibc-go modules. For example, for
Expand Down

0 comments on commit 06d11da

Please sign in to comment.