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 73f3a35 commit 265076eCopy full SHA for 265076e
pallets/subtensor/src/epoch/run_epoch.rs
@@ -1627,7 +1627,7 @@ impl<T: Config> Pallet<T> {
1627
// `iter_prefix` over a double map yields (uid, value) for the given first key.
1628
for (_uid, hotkey) in Keys::<T>::iter_prefix(netuid) {
1629
if !hotkey_set.insert(hotkey) {
1630
- log::error!("Duplicate hotkeys detected for netuid {netuid:?}");
+ log::error!("Duplicate hotkeys detected for netuid {}", netuid);
1631
return false;
1632
}
1633
0 commit comments