Skip to content

Commit dc6ef7c

Browse files
authored
Update bittensor/core/async_subtensor.py
1 parent c9b4f62 commit dc6ef7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor/core/async_subtensor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,8 +2714,8 @@ async def get_mechanism_count(
27142714
module = "SubtensorModule"
27152715
storage_function = "MechanismCountCurrent"
27162716
if not await self.substrate.get_metadata_storage_function(
2717-
module,
2718-
storage_function,
2717+
module_name=module,
2718+
storage_name=storage_function,
27192719
block_hash=block_hash,
27202720
):
27212721
return 1

0 commit comments

Comments
 (0)