File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -1065,19 +1065,6 @@ impl pallet_treasury::Config for Runtime {
1065
1065
type BenchmarkHelper = TreasuryBenchmarkHelper < Balances > ;
1066
1066
}
1067
1067
1068
- parameter_types ! {
1069
- // 27 | Min encoded size of `Registration`
1070
- // - 10 | Min encoded size of `IdentityInfo`
1071
- // -----|
1072
- // 17 | Min size without `IdentityInfo` (accounted for in byte deposit)
1073
- pub const BasicDeposit : Balance = deposit( 10 , 170 ) ;
1074
- pub const ByteDeposit : Balance = deposit( 0 , 10 ) ;
1075
- pub const UsernameDeposit : Balance = deposit( 0 , 320 ) ;
1076
- pub const SubAccountDeposit : Balance = deposit( 10 , 530 ) ;
1077
- pub const MaxSubAccounts : u32 = 100 ;
1078
- pub const MaxRegistrars : u32 = 20 ;
1079
- }
1080
-
1081
1068
// Create the runtime by composing the FRAME pallets that were previously configured.
1082
1069
construct_runtime ! (
1083
1070
pub struct Runtime {
You can’t perform that action at this time.
0 commit comments