Skip to content

Commit 347b8de

Browse files
committed
Swapping coldkeys: unbreak the build
1 parent 86e9d7b commit 347b8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/migration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ pub fn migrate_populate_owned<T: Config>() -> Weight {
509509
});
510510
info!(target: LOG_TARGET_1, "Migration {} finished. Longest hotkey vector: {}", migration_name, longest_hotkey_vector);
511511
if let Some(c) = longest_coldkey {
512-
info!(target: LOG_TARGET_1, "Longest hotkey vector is controlled by: {}", c);
512+
info!(target: LOG_TARGET_1, "Longest hotkey vector is controlled by: {:?}", c);
513513
}
514514

515515
weight

0 commit comments

Comments
 (0)