Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encryptSecretStorageJSON issure #19

Open
CivelXu opened this issue May 12, 2018 · 0 comments
Open

encryptSecretStorageJSON issure #19

CivelXu opened this issue May 12, 2018 · 0 comments

Comments

@CivelXu
Copy link

CivelXu commented May 12, 2018

 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant