Skip to content

Commit 7afbe25

Browse files
Update bittensor/utils/registration/async_registration.py
Co-authored-by: Benjamin Himes <[email protected]>
1 parent dd1d21b commit 7afbe25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/utils/registration/async_registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ async def create_pow_async(
509509
if netuid != -1:
510510
if not await subtensor.subnet_exists(netuid=netuid):
511511
raise ValueError(f"Subnet {netuid} does not exist")
512-
512+
solution: Optional[POWSolution]
513513
if cuda:
514514
solution = await _solve_for_difficulty_fast_cuda(
515515
subtensor=subtensor,

0 commit comments

Comments
 (0)