Skip to content

Commit 5f5dbbd

Browse files
committed
bug fix
1 parent 1d40013 commit 5f5dbbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/image_generation_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ async def get_credentials(
124124
# TODO: remove this logic once all validators updated to latest version
125125
if not validator_info.signature:
126126
is_verified = True
127+
validator_ss58_address = self.metagraph.hotkeys[validator_info.uid]
127128
else:
128129
# Verify validator by its signature and timestamp
129130
try:

0 commit comments

Comments
 (0)