We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f3818 commit dcb1d2dCopy full SHA for dcb1d2d
1 file changed
substrate-node/pallets/pallet-dao/src/mock.rs
@@ -145,6 +145,7 @@ parameter_types! {
145
pub const MaxInterfaceIpsLength: u32 = 5;
146
pub const MaxInterfacesLength: u32 = 10;
147
pub const MaxFarmPublicIps: u32 = 512;
148
+ pub const MaxTwinAdmins: u32 = 10;
149
pub const TimestampHintDrift: u64 = 60;
150
}
151
@@ -172,6 +173,7 @@ impl pallet_tfgrid::Config for TestRuntime {
172
173
type FarmName = TestFarmName;
174
type MaxFarmNameLength = MaxFarmNameLength;
175
type MaxFarmPublicIps = MaxFarmPublicIps;
176
+ type MaxTwinAdmins = MaxTwinAdmins;
177
type MaxInterfacesLength = MaxInterfacesLength;
178
type InterfaceName = TestInterfaceName;
179
type InterfaceMac = TestInterfaceMac;
0 commit comments