Skip to content

Commit

Permalink
tiny fix for E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed Mar 20, 2024
1 parent 6503f9b commit 330c085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ func (tr TestConfig) submitConsumerAdditionProposal(
UnbondingPeriod: params.UnbondingPeriod,
Deposit: fmt.Sprint(action.Deposit) + `stake`,
DistributionTransmissionChannel: action.DistributionChannel,
TopN: 100,
}

bz, err := json.Marshal(prop)
Expand Down

0 comments on commit 330c085

Please sign in to comment.