ethers-io / ethers.objc

Fast, simple and complete library for Ethereum in Objective-C.
MIT License
157 stars 57 forks source link

encryptSecretStorageJSON issure #19

Open CivelXu opened 6 years ago

CivelXu commented 6 years ago
 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