From 6067fc9893bfe8287b4e40bc2b22538186fb1886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 5 Oct 2021 23:10:25 +0200 Subject: [PATCH] Remove `IgnoredIssuance` from metadata constants (#9937) This value is not really meant to be "constant". --- substrate/frame/gilt/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/substrate/frame/gilt/src/lib.rs b/substrate/frame/gilt/src/lib.rs index de114e4bb8..393b3acb41 100644 --- a/substrate/frame/gilt/src/lib.rs +++ b/substrate/frame/gilt/src/lib.rs @@ -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>; /// Number of duration queues in total. This sets the maximum duration supported, which is