We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5a0c9 commit fb62d2fCopy full SHA for fb62d2f
pallets/subtensor/src/tests/mock.rs
@@ -224,7 +224,7 @@ parameter_types! {
224
pub const MaxContributorsPerLeaseToRemove: u32 = 3;
225
pub const LeaseDividendsDistributionInterval: u32 = 100;
226
pub const MaxImmuneUidsPercentage: Percent = Percent::from_percent(80);
227
- pub const EvmKeyAssociateRateLimit: u64 = 0;
+ pub const EvmKeyAssociateRateLimit: u64 = 10;
228
}
229
230
// Configure collective pallet for council
0 commit comments