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 cefe888 commit 0dc9f2dCopy full SHA for 0dc9f2d
pallets/subtensor/src/migrations/migrate_dissolve_sn73.rs
@@ -49,7 +49,7 @@ pub fn migrate_dissolve_sn73<T: Config>() -> Weight {
49
// Iterate over every hotkey and distribute the TAO from the pool
50
// using previous total alpha as the denominator
51
for hotkey in hotkeys_to_remove.iter() {
52
- log::debug!("Hotkey: {}", hotkey);
+ log::debug!("Hotkey: {:?}", hotkey.clone());
53
54
let total_hotkey_alpha_i = TotalHotkeyAlpha::<T>::get(hotkey.clone(), this_netuid);
55
let total_hotkey_alpha = I96F32::from_num(total_hotkey_alpha_i);
0 commit comments