Skip to content

Commit a5ddfd4

Browse files
committed
Also wrong on async subnet prices
1 parent 41426a6 commit a5ddfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/async_subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ async def all_subnets(
814814
method="get_all_dynamic_info",
815815
block_hash=block_hash,
816816
),
817-
self.get_subnet_prices(),
817+
self.get_subnet_prices(block_hash=block_hash),
818818
)
819819

820820
decoded = query.decode()

0 commit comments

Comments
 (0)