From 96c9e900c5b68fca263e301ecc66c4697cbefe63 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Tue, 13 Jan 2026 14:12:28 -0800 Subject: [PATCH] update DurationOfStartCall -> InitialStartCallDelay --- bittensor_cli/src/commands/subnets/subnets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bittensor_cli/src/commands/subnets/subnets.py b/bittensor_cli/src/commands/subnets/subnets.py index 26c662173..8130421da 100644 --- a/bittensor_cli/src/commands/subnets/subnets.py +++ b/bittensor_cli/src/commands/subnets/subnets.py @@ -2724,7 +2724,7 @@ async def get_start_schedule( ), subtensor.substrate.get_constant( module_name="SubtensorModule", - constant_name="DurationOfStartCall", + constant_name="InitialStartCallDelay", block_hash=block_hash, ), subtensor.substrate.get_block_number(block_hash=block_hash),