Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Marko
Julien Robert
parent
b1208ef298
commit
deea20c712
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user