Skip to content

Commit

Permalink
chore: decouple x/feegrant and simapp (cosmos#12388)
Browse files Browse the repository at this point in the history
* progress

* simapp out

* add files

* Update x/feegrant/simulation/operations_test.go

Co-authored-by: atheeshp <[email protected]>

* updates comments

* implement feedback

* apply suggestions

Co-authored-by: Facundo Medica <[email protected]>
  • Loading branch information
julienrbrt and facundomedica authored Jun 30, 2022
1 parent 97a89a3 commit 1df8264
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions params/weights.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ const (
DefaultWeightMsgUndelegate int = 100
DefaultWeightMsgBeginRedelegate int = 100
DefaultWeightMsgCancelUnbondingDelegation int = 100

// feegrant
DefaultWeightGrantAllowance int = 100
DefaultWeightRevokeAllowance int = 100
)

0 comments on commit 1df8264

Please sign in to comment.