Skip to content
Snippets Groups Projects

Smith members can't revoke idty nor change its address

Merged Éloïs requested to merge elois-smish-members-cant-change-or-rem-idty into master
2 files
+ 48
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -28,6 +28,8 @@ extern crate frame_benchmarking;
pub mod parameters;
mod migrations_v400;
pub use self::parameters::*;
pub use common_runtime::{
constants::*, entities::*, handlers::*, AccountId, Address, Balance, BlockNumber,
@@ -127,6 +129,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
migrations_v400::MigrationsV400,
>;
pub type TechnicalCommitteeInstance = Instance2;
Loading