Skip to content

Commit

Permalink
fix: collect descriptor result
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsena42 committed Oct 28, 2024
1 parent cb8560d commit 57a1769
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class HomeViewModel(
}
} else {
Log.d(TAG, "setup: Wallet does not exists")
walletManager.createWallet()
// walletManager.createWallet()
walletManager.recoverWallet("bird unique ridge dose run problem scare label teach return inflict struggle")
}
}

Expand Down

0 comments on commit 57a1769

Please sign in to comment.