Skip to content

Commit

Permalink
fill empty array to recept and increase fee deduction gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jul 17, 2024
1 parent 37e7d88 commit e5c3f3a
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package app

const (
// FeeDeductionGasAmount is a estimated gas amount of fee payment
FeeDeductionGasAmount = 150_000
FeeDeductionGasAmount = 200_000

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

0 comments on commit e5c3f3a

Please sign in to comment.