Skip to content

Commit

Permalink
Update pallet-checked-inflation/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates authored Mar 4, 2024
1 parent 08f9f2b commit 833f3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallet-checked-inflation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pub mod pallet {
minted: BalanceOf<T>,
},

/// Too many tokens were minted on a previous era.
/// Total supply of the token is higher than expected by Checked Inflation.
OverInflationDetected {
expected_issuance: BalanceOf<T>,
current_issuance: BalanceOf<T>,
Expand Down

0 comments on commit 833f3d5

Please sign in to comment.