Skip to content

encryptSecretStorageJSON issure #19

@CivelXu

Description

@CivelXu
 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions