Browse Source

migration: default proposal periods

Mokhtar Naamani 4 years ago
parent
commit
40de3a3901
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtime/src/migration.rs

+ 1 - 1
runtime/src/migration.rs

@@ -27,7 +27,7 @@ impl<T: Trait> Module<T> {
         Self::initialize_storage_working_group_text_constraints();
         Self::clear_storage_data();
 
-        proposals_codex::Module::<T>::set_config_values(ProposalsConfigParameters::testing());
+        proposals_codex::Module::<T>::set_config_values(ProposalsConfigParameters::default());
     }
 }