Skip to content

Commit

Permalink
Revert formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 6, 2023
1 parent 55aa940 commit ef41ba8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,7 @@ func (tr TestRun) submitEquivocationProposal(action submitEquivocationProposalAc
// EQUIVOCATION PROPOSAL
bz, err = exec.Command("docker", "exec", tr.containerConfig.InstanceName, providerChain.BinaryName,

"tx", "gov", "submit-legacy-proposal", "equivocation",
"/equivocation-proposal.json",
"tx", "gov", "submit-legacy-proposal", "equivocation", "/equivocation-proposal.json",

`--from`, `validator`+fmt.Sprint(action.From),
`--chain-id`, string(providerChain.ChainId),
Expand Down

0 comments on commit ef41ba8

Please sign in to comment.