Skip to content

Commit 5b6c6c8

Browse files
committed
AsyncSubtensor.get_metagraph_info was only using the block/hash specified when columns were specified.
1 parent edf482e commit 5b6c6c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bittensor/core/async_subtensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,6 +2035,7 @@ async def get_metagraph_info(
20352035
"SubnetInfoRuntimeApi",
20362036
"get_metagraph",
20372037
params=[netuid],
2038+
block_hash=block_hash,
20382039
)
20392040

20402041
if query.value is None:

0 commit comments

Comments
 (0)