Skip to content

Commit c415d8b

Browse files
committed
cargo clippy
1 parent fc42240 commit c415d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ parameter_types! {
10471047
pub const InitialLiquidAlphaOn: bool = false; // Default value for LiquidAlphaOn
10481048
pub const InitialYuma3On: bool = false; // Default value for Yuma3On
10491049
pub const InitialColdkeySwapAnnouncementDelay: BlockNumber = 5 * 24 * 60 * 60 / 12; // 5 days
1050-
pub const InitialColdkeySwapReannouncementDelay: BlockNumber = 1 * 24 * 60 * 60 / 12; // 1 day
1050+
pub const InitialColdkeySwapReannouncementDelay: BlockNumber = 24 * 60 * 60 / 12; // 1 day
10511051
pub const InitialDissolveNetworkScheduleDuration: BlockNumber = 5 * 24 * 60 * 60 / 12; // 5 days
10521052
pub const SubtensorInitialTaoWeight: u64 = 971_718_665_099_567_868; // 0.05267697438728329% tao weight.
10531053
pub const InitialEmaPriceHalvingPeriod: u64 = 201_600_u64; // 4 weeks

0 commit comments

Comments
 (0)