Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jan 17, 2025
1 parent d6e135e commit b101deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iota/src/keytool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ impl KeyToolCommand {
KeyToolCommand::Export { key_identity } => {
let address = get_identity_address_from_keystore(key_identity, keystore)?;
let ikp = keystore.get_key(&address)?;
let mut key= Key::from(ikp);
let mut key = Key::from(ikp);

key.alias = keystore.get_alias_by_address(&address).ok();

Expand Down

0 comments on commit b101deb

Please sign in to comment.