Skip to content

Commit 4d2632d

Browse files
committed
set equal in mock
1 parent eab76ea commit 4d2632d

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
@@ -133,7 +133,7 @@ parameter_types! {
133133
pub const SDebug:u64 = 1;
134134
pub const InitialRho: u16 = 30;
135135
pub const InitialKappa: u16 = 32_767;
136-
pub const InitialTempo: u16 = 0;
136+
pub const InitialTempo: u16 = 360;
137137
pub const SelfOwnership: u64 = 2;
138138
pub const InitialImmunityPeriod: u16 = 2;
139139
pub const InitialMaxAllowedUids: u16 = 2;

0 commit comments

Comments
 (0)