Bläddra i källkod

council: fix comment

Mokhtar Naamani 4 år sedan
förälder
incheckning
f52fc0b5c1
1 ändrade filer med 1 tillägg och 3 borttagningar
  1. 1 3
      runtime-modules/governance/src/council.rs

+ 1 - 3
runtime-modules/governance/src/council.rs

@@ -34,9 +34,7 @@ decl_storage! {
 
         pub TermEndsAt get(fn term_ends_at) config() : T::BlockNumber = T::BlockNumber::from(1);
 
-        /// The mint that funds council member rewards and spending proposals budget. It is an Option
-        /// because it was introduced in a runtime upgrade. It will be automatically created when
-        /// a successful call to set_council_mint_capacity() is made.
+        /// The mint that funds council member rewards and spending proposals budget
         pub CouncilMint get(fn council_mint) : <T as minting::Trait>::MintId;
 
         /// The reward relationships currently in place. There may not necessarily be a 1-1 correspondance with