You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if let account = Account.randomMnemonic() {
debugPrint(account.mnemonicPhrase)
debugPrint(account.address)
account.encryptSecretStorageJSON("password") { (str) in
debugPrint(str as Any)
}
}
will get nil Keystore string by Test use iPhone 5 , iOS 9;
but can get right value by use iPhone 5 , iOS 9 Simulator
The text was updated successfully, but these errors were encountered:
will get nil Keystore string by Test use iPhone 5 , iOS 9;
but can get right value by use iPhone 5 , iOS 9 Simulator
The text was updated successfully, but these errors were encountered: