We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84be035 commit 2d747deCopy full SHA for 2d747de
bittensor/core/async_subtensor.py
@@ -2733,7 +2733,7 @@ async def get_subnet_price(
2733
api="SwapRuntimeApi",
2734
method="current_alpha_price",
2735
params=[netuid],
2736
- block_hash=block_hash
+ block_hash=block_hash,
2737
)
2738
price_rao = call.value
2739
return Balance.from_rao(price_rao)
bittensor/core/subtensor.py
@@ -1926,7 +1926,7 @@ def get_subnet_price(
1926
1927
1928
1929
1930
).value
1931
1932
0 commit comments