diff --git a/crates/humanode-runtime/src/lib.rs b/crates/humanode-runtime/src/lib.rs index 644fc92b5..3e386d622 100644 --- a/crates/humanode-runtime/src/lib.rs +++ b/crates/humanode-runtime/src/lib.rs @@ -447,10 +447,6 @@ impl pallet_balances::Config for Runtime { type ExistentialDeposit = ConstU128<500>; type AccountStore = System; type MaxLocks = ConstU32<50>; - // Until you introduce pallets which use holds and freezes, - // then these can safely be set to ConstU32<0> in the case of `MaxHolds`, `MaxFreezes` - // and () in the case of `HoldIdentifier`, `FreezeIdentifier`. - // // . type HoldIdentifier = (); type FreezeIdentifier = ();