Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Feb 28, 2025
1 parent b6c8cf2 commit 6124cab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl AccountControllerCommander {
self.store_account(mnemonic).await?;
self.ensure_update_account().await?;
self.ensure_update_device().await?;
//if register fails, forget the account
// forget account on registration failures
match self.ensure_register_device().await {
Ok(()) => Ok(()),
Err(register_error) => {
Expand Down

0 comments on commit 6124cab

Please sign in to comment.