Skip to content

Commit

Permalink
Cleanup comment at crates/humanode-runtime/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Sep 11, 2024
1 parent 4ccf436 commit 3ff056a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
//
// <https://github.com/paritytech/substrate/pull/12951>.
type HoldIdentifier = ();
type FreezeIdentifier = ();
Expand Down

0 comments on commit 3ff056a

Please sign in to comment.