Browse Source

council mint: doc

Mokhtar Naamani 5 years ago
parent
commit
0a34d74feb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtime-modules/governance/src/council.rs

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

@@ -67,7 +67,7 @@ impl<T: Trait> Module<T> {
         Self::active_council().iter().any(|c| c.member == *sender)
     }
 
-    // Initializes a new mint, discarding previous mint if it existed.
+    /// Initializes a new mint, discarding previous mint if it existed.
     pub fn create_new_council_mint(
         capacity: minting::BalanceOf<T>,
     ) -> Result<T::MintId, &'static str> {