Skip to content

Commit 66f2e86

Browse files
Update bittensor/core/async_subtensor.py
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent 277f998 commit 66f2e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/async_subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ async def does_hotkey_exist(
753753
return_val = (
754754
False
755755
if result is None
756-
# not a genesis key of fast blocks
756+
# not the default key (0x0)
757757
else result != "5C4hrfjw9DjXZTzV3MwzrrAr9P1MJhSrvWGWqi1eSuyUpnhM"
758758
)
759759
return return_val

0 commit comments

Comments
 (0)