Skip to content

Commit

Permalink
remove broadcast-mode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Mar 20, 2024
1 parent 06dd0e5 commit e54a4c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rollup-e2e-testing/cosmos/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@ func (node *Node) SendFunds(ctx context.Context, keyName string, toWallet ibc.Wa
_, err := node.ExecTx(ctx,
keyName, "bank", "send", keyName,
toWallet.Address, fmt.Sprintf("%s%s", toWallet.Amount.String(), toWallet.Denom),
"--broadcast-mode", "block",
)
return err
}
Expand Down
2 changes: 1 addition & 1 deletion tests/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var (
Bech32Prefix: "cosmos",
Denom: "uatom",
CoinType: "118",
GasPrices: "0.5uatom",
GasPrices: "0uatom",
EncodingConfig: defaultConfig(),
GasAdjustment: 2,
TrustingPeriod: "112h",
Expand Down

0 comments on commit e54a4c6

Please sign in to comment.