Skip to content

Commit fb62d2f

Browse files
committed
update rate
1 parent 9e5a0c9 commit fb62d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/tests/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ parameter_types! {
224224
pub const MaxContributorsPerLeaseToRemove: u32 = 3;
225225
pub const LeaseDividendsDistributionInterval: u32 = 100;
226226
pub const MaxImmuneUidsPercentage: Percent = Percent::from_percent(80);
227-
pub const EvmKeyAssociateRateLimit: u64 = 0;
227+
pub const EvmKeyAssociateRateLimit: u64 = 10;
228228
}
229229

230230
// Configure collective pallet for council

0 commit comments

Comments
 (0)