We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737e4ac commit baaa25dCopy full SHA for baaa25d
pallets/subtensor/src/subnets/uids.rs
@@ -81,7 +81,7 @@ impl<T: Config> Pallet<T> {
81
// 1. Get the next uid. This is always equal to subnetwork_n.
82
let next_uid: u16 = Self::get_subnetwork_n(netuid);
83
log::debug!(
84
- "append_neuron( netuid: {netuid:?} | next_uid: {new_hotkey:?} | new_hotkey: {next_uid:?} ) "
+ "append_neuron( netuid: {netuid:?} | next_uid: {next_uid:?} | new_hotkey: {new_hotkey:?} ) "
85
);
86
87
// 2. Get and increase the uid count.
0 commit comments