We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b42893 commit bf2efa6Copy full SHA for bf2efa6
bittensor/core/async_subtensor.py
@@ -3724,6 +3724,7 @@ async def max_weight_limit(
3724
)
3725
return None if call is None else u16_normalized_float(int(call))
3726
3727
+ # TODO: update parameters order in SDKv10
3728
async def metagraph(
3729
self,
3730
netuid: int,
bittensor/core/subtensor.py
@@ -2717,6 +2717,7 @@ def max_weight_limit(
2717
2718
2719
2720
2721
def metagraph(
2722
2723
0 commit comments