We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fed8c8 commit a325531Copy full SHA for a325531
pallets/subtensor/src/rpc_info/metagraph.rs
@@ -870,7 +870,7 @@ impl<T: Config> Pallet<T> {
870
} else {
871
let mut result = SelectiveMetagraph::default();
872
873
- // alwayseven the metagraph_indexes doesn't contain it
+ // always include netuid even the metagraph_indexes doesn't contain it
874
result.netuid = netuid.into();
875
876
for index in metagraph_indexes.iter() {
0 commit comments