Skip to content

Commit

Permalink
decrease fee deduct gas (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Oct 8, 2024
1 parent 30d4e29 commit f97cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

const (
// FeeDeductionGasAmount is a estimated gas amount of fee payment
FeeDeductionGasAmount = 180_000
FeeDeductionGasAmount = 60_000

// AccountAddressPrefix is the prefix of bech32 encoded address
AccountAddressPrefix = "init"
Expand Down

0 comments on commit f97cc79

Please sign in to comment.