Skip to content

Commit

Permalink
fix: update democracy tests representative registration
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Jul 12, 2023
1 parent 21624a6 commit 3a37e82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,6 @@ func (tr TestRun) registerRepresentative(
`--commission-rate`, "0.1",
`--commission-max-rate`, "0.2",
`--commission-max-change-rate`, "0.01",
`--min-self-delegation`, "1",
`--from`, `validator`+fmt.Sprint(val),
`--chain-id`, string(tr.chainConfigs[action.chain].chainId),
`--home`, tr.getValidatorHome(action.chain, val),
Expand Down

0 comments on commit 3a37e82

Please sign in to comment.