diff --git a/operator/runtime/testnet/src/configs/mod.rs b/operator/runtime/testnet/src/configs/mod.rs index f61c29dc..6e7d0024 100644 --- a/operator/runtime/testnet/src/configs/mod.rs +++ b/operator/runtime/testnet/src/configs/mod.rs @@ -493,9 +493,7 @@ impl pallet_identity::Config for Runtime { type MaxSubAccounts = MaxSubAccounts; type IdentityInformation = pallet_identity::legacy::IdentityInfo; type MaxRegistrars = MaxRegistrars; - type Slashed = (); - // TODO: Slashed funds should be sent to the treasury (when added to the runtime) - // type Slashed = Treasury; + type Slashed = Treasury; type ForceOrigin = IdentityForceOrigin; type RegistrarOrigin = IdentityRegistrarOrigin; type OffchainSignature = Signature;