refactor!: remove tips (backport #17787) (#17819)

Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2023-09-21 10:24:58 +02:00
committed by GitHub
co-authored by Marko Julien Robert
parent b1208ef298
commit deea20c712
49 changed files with 292 additions and 934 deletions
@@ -1204,13 +1204,6 @@ func (s *CLITestSuite) TestAuxToFeeWithTips() {
genTxFile := testutil.WriteToNewTempFile(s.T(), string(res.Bytes()))
defer genTxFile.Close()
// broadcast the tx
res, err = authtestutil.TxAuxToFeeExec(
s.clientCtx,
genTxFile.Name(),
tc.feePayerArgs...,
)
switch {
case tc.expectErrBroadCast:
require.Error(err)