Skip to content

Commit d644165

Browse files
committed
add missing type
1 parent 608d1f9 commit d644165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parachain-runtime/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@ parameter_types! {
945945
pub const ItemDeposit: Balance = 1 * DOLLARS;
946946
pub const KeyLimit: u32 = 32;
947947
pub const ValueLimit: u32 = 256;
948+
pub const ChildMaxLen: u32 = 25;
948949
}
949950

950951
impl pallet_uniques::Config for Runtime {
@@ -971,6 +972,7 @@ impl pallet_uniques::Config for Runtime {
971972
impl pallet_fruniques::Config for Runtime {
972973
type Event = Event;
973974
type RemoveOrigin = RootOrThreeFifthsOfCouncil;
975+
type ChildMaxLen = ChildMaxLen;
974976
}
975977

976978
parameter_types! {

0 commit comments

Comments
 (0)