Skip to content
Snippets Groups Projects
Commit 6067fc98 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Remove `IgnoredIssuance` from metadata constants (#9937)

This value is not really meant to be "constant".
parent dbc97029
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,6 @@ pub mod pallet {
/// The issuance to ignore. This is subtracted from the `Currency`'s `total_issuance` to get
/// the issuance by which we inflate or deflate the gilt.
#[pallet::constant]
type IgnoredIssuance: Get<BalanceOf<Self>>;
/// Number of duration queues in total. This sets the maximum duration supported, which is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment