Skip to content

Commit a325531

Browse files
committed
use parameter directly
1 parent 8fed8c8 commit a325531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/rpc_info/metagraph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ impl<T: Config> Pallet<T> {
870870
} else {
871871
let mut result = SelectiveMetagraph::default();
872872

873-
// alwayseven the metagraph_indexes doesn't contain it
873+
// always include netuid even the metagraph_indexes doesn't contain it
874874
result.netuid = netuid.into();
875875

876876
for index in metagraph_indexes.iter() {

0 commit comments

Comments
 (0)