We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d40013 commit 5f5dbbdCopy full SHA for 5f5dbbd
services/image_generation_service.py
@@ -124,6 +124,7 @@ async def get_credentials(
124
# TODO: remove this logic once all validators updated to latest version
125
if not validator_info.signature:
126
is_verified = True
127
+ validator_ss58_address = self.metagraph.hotkeys[validator_info.uid]
128
else:
129
# Verify validator by its signature and timestamp
130
try:
0 commit comments