Skip to content

Commit 7fae4f5

Browse files
author
Roman
committed
update DynamicInfo
1 parent 5a70210 commit 7fae4f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bittensor/core/chain_data/dynamic_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def _from_dict(cls, decoded: dict) -> "DynamicInfo":
9090
decoded["subnet_identity"]["subnet_contact"]
9191
).decode(),
9292
subnet_url=bytes(decoded["subnet_identity"]["subnet_url"]).decode(),
93+
logo_url=bytes(decoded["subnet_identity"]["logo_url"]).decode(),
9394
discord=bytes(decoded["subnet_identity"]["discord"]).decode(),
9495
description=bytes(decoded["subnet_identity"]["description"]).decode(),
9596
additional=bytes(decoded["subnet_identity"]["additional"]).decode(),

0 commit comments

Comments
 (0)