Skip to content

Commit

Permalink
docs: correct period description in PeriodicAllowance (#12421)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 authored Jul 1, 2022
1 parent 0cc82cf commit 686c50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/feegrant/spec/01_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ There are two types of fee allowances present at the moment:

* `basic` is the instance of `BasicAllowance` which is optional for periodic fee allowance. If empty, the grant will have no `expiration` and no `spend_limit`.

* `period` is the specific period of time, after each period passes, `period_spend_limit` will be reset.
* `period` is the specific period of time, after each period passes, `period_can_spend` will be reset.

* `period_spend_limit` specifies the maximum number of coins that can be spent in the period.

Expand Down

0 comments on commit 686c50d

Please sign in to comment.