Skip to content

Commit 4663395

Browse files
Update bittensor/core/subtensor.py
Co-authored-by: BD Himes <[email protected]>
1 parent 675e7f3 commit 4663395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ def get_metagraph_info(
12651265
]
12661266
else:
12671267
raise ValueError(
1268-
"`field_indices` must be a list of SelectiveMetagraphIndex items."
1268+
"`field_indices` must be a list of SelectiveMetagraphIndex enums or ints."
12691269
)
12701270

12711271
query = self.substrate.runtime_call(

0 commit comments

Comments
 (0)