Skip to content

Commit

Permalink
chore: revert gas-adjustment on paloma txs
Browse files Browse the repository at this point in the history
  • Loading branch information
maharifu committed Oct 3, 2024
1 parent 594f17b commit 6ed47ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions util/ion/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import (
"google.golang.org/grpc/status"
)

const txGasAdjustment = 1.2

func (cc *Client) TxFactory() tx.Factory {
return tx.Factory{}.
WithAccountRetriever(cc).
Expand Down Expand Up @@ -70,8 +68,6 @@ func (cc *Client) SendMsgs(ctx context.Context, msgs []sdk.Msg, memo string, opt
return nil, err
}

txf = txf.WithGasAdjustment(txGasAdjustment)

// TODO: Make this work with new CalculateGas method
// TODO: This is related to GRPC client stuff?
// https://github.com/cosmos/cosmos-sdk/blob/5725659684fc93790a63981c653feee33ecf3225/client/tx/tx.go#L297
Expand Down

0 comments on commit 6ed47ba

Please sign in to comment.