Skip to content

Commit

Permalink
Make tips test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed May 20, 2022
1 parent 2724975 commit 801a7d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion x/auth/client/testutil/suite.go
Expand Up @@ -1734,7 +1734,7 @@ func (s *IntegrationTestSuite) TestAuxToFee() {
feePayerArgs: []string{
fmt.Sprintf("--%s=true", flags.FlagSkipConfirmation),
fmt.Sprintf("--%s=%s", flags.FlagSignMode, flags.SignModeDirect),
fmt.Sprintf("--%s=%s", flags.FlagBroadcastMode, flags.BroadcastSync),
fmt.Sprintf("--%s=%s", flags.FlagBroadcastMode, flags.BroadcastBlock),
fmt.Sprintf("--%s=%s", flags.FlagFrom, feePayer),
fmt.Sprintf("--%s=%s", flags.FlagFees, fee.String()),
},
Expand Down
1 change: 0 additions & 1 deletion x/auth/posthandler/tips.go
Expand Up @@ -46,5 +46,4 @@ func (d tipDecorator) transferTip(ctx sdk.Context, sdkTx sdk.Tx) error {
}

return d.bankKeeper.SendCoins(ctx, tipper, tipTx.FeePayer(), tipTx.GetTip().Amount)

}

0 comments on commit 801a7d6

Please sign in to comment.