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 eab76ea commit 4d2632dCopy full SHA for 4d2632d
pallets/subtensor/src/tests/mock.rs
@@ -133,7 +133,7 @@ parameter_types! {
133
pub const SDebug:u64 = 1;
134
pub const InitialRho: u16 = 30;
135
pub const InitialKappa: u16 = 32_767;
136
- pub const InitialTempo: u16 = 0;
+ pub const InitialTempo: u16 = 360;
137
pub const SelfOwnership: u64 = 2;
138
pub const InitialImmunityPeriod: u16 = 2;
139
pub const InitialMaxAllowedUids: u16 = 2;
0 commit comments