Skip to content

Commit

Permalink
Merge pull request #86 from terra-money/revert-85-fix/gas-price
Browse files Browse the repository at this point in the history
Revert "fix: temp gas price"
  • Loading branch information
emidev98 authored Jan 9, 2024
2 parents fd2a2ce + 1f3afb1 commit 3463ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/transactions_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func (p *TransactionsProvider) SubmitAlliancesTransaction(
gasUsed := simRes.GetGasInfo().GetGasUsed()

// calculate fee
fee := sdk.NewIntFromUint64(uint64(float64(gasUsed) * 0.155 * 1.5))
fee := sdk.NewIntFromUint64(uint64(float64(gasUsed) * 0.0155 * 1.5))

// set fee amount from gasused
txBuilder.SetFeeAmount(sdk.NewCoins(sdk.NewCoin(p.denom, fee)))
Expand Down

0 comments on commit 3463ce9

Please sign in to comment.