Skip to content

Commit

Permalink
fix: gasfee always same issue
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksharmapoudel committed Jul 19, 2023
1 parent bfac7a1 commit 175aad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion relayer/chains/archway/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ func (ap *ArchwayProvider) TxFactory() tx.Factory {
WithGasAdjustment(ap.PCfg.GasAdjustment).
WithGasPrices(ap.PCfg.GasPrices).
WithKeybase(ap.Keybase).
WithSignMode(ap.PCfg.SignMode())
WithSignMode(ap.PCfg.SignMode()).
WithSimulateAndExecute(true)

Check warning on line 77 in relayer/chains/archway/tx.go

View check run for this annotation

Codecov / codecov/patch

relayer/chains/archway/tx.go#L76-L77

Added lines #L76 - L77 were not covered by tests
}

// PrepareFactory mutates the tx factory with the appropriate account number, sequence number, and min gas settings.
Expand Down

0 comments on commit 175aad7

Please sign in to comment.