Skip to content

Commit

Permalink
Remove prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 19, 2023
1 parent 8b4707c commit d1edc8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ type submitTextProposalAction struct {
Chain ChainID
From ValidatorID
Deposit uint
PropType string
Title string
Description string
}
Expand All @@ -204,7 +203,6 @@ func (tr TestRun) submitTextProposal(
"tx", "gov", "submit-legacy-proposal",
`--title`, action.Title,
`--description`, action.Description,
`--type`, action.PropType,
`--deposit`, fmt.Sprint(action.Deposit)+`stake`,
`--from`, `validator`+fmt.Sprint(action.From),
`--chain-id`, string(tr.chainConfigs[action.Chain].ChainId),
Expand Down

0 comments on commit d1edc8d

Please sign in to comment.