Skip to content

Commit 14f6033

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def does_hotkey_exist(self, hotkey_ss58: str, block: Optional[int] = None) -> bo
517517
return_val = (
518518
False
519519
if result is None
520-
# not a genesis key of fast blocks
520+
# not the default key (0x0)
521521
else result != "5C4hrfjw9DjXZTzV3MwzrrAr9P1MJhSrvWGWqi1eSuyUpnhM"
522522
)
523523
return return_val

0 commit comments

Comments
 (0)