Skip to content

Commit 6a40c78

Browse files
committed
more fixes
1 parent 9e7e5ec commit 6a40c78

File tree

4 files changed

+313
-104
lines changed

4 files changed

+313
-104
lines changed

types/module/simulation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type HasProposalMsgs interface {
3535
// HasProposalContents defines the contents that can be used to simulate legacy governance (v1beta1) proposals
3636
type HasProposalContents interface {
3737
// content functions used to simulate governance proposals
38-
ProposalContents(simState SimulationState) []simulation.WeightedProposalContent //nolint:staticcheck // legacy v1beta1 governance
38+
ProposalContents(simState SimulationState) []simulation.WeightedProposalContent
3939
}
4040

4141
// SimulationManager defines a simulation manager that provides the high level utility

0 commit comments

Comments
 (0)