We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7e5ec commit 6a40c78Copy full SHA for 6a40c78
types/module/simulation.go
@@ -35,7 +35,7 @@ type HasProposalMsgs interface {
35
// HasProposalContents defines the contents that can be used to simulate legacy governance (v1beta1) proposals
36
type HasProposalContents interface {
37
// content functions used to simulate governance proposals
38
- ProposalContents(simState SimulationState) []simulation.WeightedProposalContent //nolint:staticcheck // legacy v1beta1 governance
+ ProposalContents(simState SimulationState) []simulation.WeightedProposalContent
39
}
40
41
// SimulationManager defines a simulation manager that provides the high level utility
0 commit comments