mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 14:57:56 +00:00
Remove IgnoredIssuance from metadata constants (#9937)
This value is not really meant to be "constant".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user