Skip to content

Commit 343620a

Browse files
committed
fixup! Remove pallet-identity
1 parent 7c50006 commit 343620a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

runtime/mainnet/src/lib.rs

-13
Original file line numberDiff line numberDiff line change
@@ -1065,19 +1065,6 @@ impl pallet_treasury::Config for Runtime {
10651065
type BenchmarkHelper = TreasuryBenchmarkHelper<Balances>;
10661066
}
10671067

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-
10811068
// Create the runtime by composing the FRAME pallets that were previously configured.
10821069
construct_runtime!(
10831070
pub struct Runtime {

0 commit comments

Comments
 (0)