Skip to content

Commit bf2efa6

Browse files
author
Roman
committed
TODO
1 parent 6b42893 commit bf2efa6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bittensor/core/async_subtensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3724,6 +3724,7 @@ async def max_weight_limit(
37243724
)
37253725
return None if call is None else u16_normalized_float(int(call))
37263726

3727+
# TODO: update parameters order in SDKv10
37273728
async def metagraph(
37283729
self,
37293730
netuid: int,

bittensor/core/subtensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2717,6 +2717,7 @@ def max_weight_limit(
27172717
)
27182718
return None if call is None else u16_normalized_float(int(call))
27192719

2720+
# TODO: update parameters order in SDKv10
27202721
def metagraph(
27212722
self,
27222723
netuid: int,

0 commit comments

Comments
 (0)