Skip to content

Commit

Permalink
Add IdentityInformation to pallet_identity
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Jan 19, 2024
1 parent 2b3bbfd commit 86045a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ use pallet_election_provider_multi_phase::SolutionAccuracyOf;
use pallet_grandpa::{
fg_primitives, AuthorityId as GrandpaId, AuthorityList as GrandpaAuthorityList,
};
use pallet_identity::simple::IdentityInfo;
use pallet_im_online::sr25519::AuthorityId as ImOnlineId;
use pallet_session::historical as pallet_session_historical;
#[cfg(any(feature = "std", test))]
Expand Down Expand Up @@ -1207,6 +1208,7 @@ parameter_types! {
impl pallet_identity::Config for Runtime {
type BasicDeposit = BasicDeposit;
type Currency = Balances;
type IdentityInformation = IdentityInfo<MaxAdditionalFields>;
type FieldDeposit = FieldDeposit;
type ForceOrigin = EnsureRootOrHalfCouncil;
type MaxAdditionalFields = MaxAdditionalFields;
Expand Down

0 comments on commit 86045a4

Please sign in to comment.