Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
karbyshev committed Apr 22, 2024
1 parent 516b810 commit 90e0cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/src/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ pub async fn save_initialized_accounts<N: Namada>(
);
// Store newly initialized account addresses in the wallet
for (ix, address) in initialized_accounts.iter().enumerate() {
let encoded = address.encode();
let encoded = address.encode();
let alias: Cow<str> = match &args.initialized_account_alias {
Some(initialized_account_alias) => {
if len == 1 {
Expand Down

0 comments on commit 90e0cbf

Please sign in to comment.