Skip to content

Commit

Permalink
update gas cost
Browse files Browse the repository at this point in the history
  • Loading branch information
aleem1314 committed Apr 8, 2021
1 parent 5f75011 commit f497bcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x/staking/types/authz.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import (
authz "github.com/cosmos/cosmos-sdk/x/authz/exported"
)

const gasCostPerIteration = uint64(1000)
// TODO: Revisit this once we have propoer gas fee framework.
// Tracking issues https://github.com/cosmos/cosmos-sdk/issues/9054, https://github.com/cosmos/cosmos-sdk/discussions/9072
const gasCostPerIteration = uint64(10)

var (
_ authz.Authorization = &StakeAuthorization{}
Expand Down

0 comments on commit f497bcc

Please sign in to comment.