How can I catch the exception on Android for the wrong mnemonic #2405
Answered
by
FatherOfLove
FatherOfLove
asked this question in
Q&A
-
If the user enters a wrong seed phrase, how to catch the exception errors? Assume the below seed phrase is wrong. And the HDWallet will crash. I want to write this into a try-catch function. val wallet = HDWallet("ripple scissors kick mammal hire column oak again sun offer wealth tomorrow wagon turn fatal", "") |
Beta Was this translation helpful? Give feedback.
Answered by
FatherOfLove
Jul 25, 2022
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Have to load library System.loadLibrary("TrustWalletCore"); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FatherOfLove
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have to load library
System.loadLibrary("TrustWalletCore");