Skip to content

Commit b0e3440

Browse files
committed
rebase code
1 parent b8f423d commit b0e3440

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
@@ -1058,7 +1058,7 @@ parameter_types! {
10581058
pub const SubtensorInitialTaoWeight: u64 = 971_718_665_099_567_868; // 0.05267697438728329% tao weight.
10591059
pub const InitialEmaPriceHalvingPeriod: u64 = 201_600_u64; // 4 weeks
10601060
// 0 days
1061-
pub const InitialStartCallDelay: u64 = prod_or_fast!(0, 0);
1061+
pub const InitialStartCallDelay: u64 = 0;
10621062
pub const SubtensorInitialKeySwapOnSubnetCost: u64 = 1_000_000; // 0.001 TAO
10631063
pub const HotkeySwapOnSubnetInterval : BlockNumber = 5 * 24 * 60 * 60 / 12; // 5 days
10641064
pub const LeaseDividendsDistributionInterval: BlockNumber = 100; // 100 blocks

0 commit comments

Comments
 (0)