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
I think jsonString.lowercased() change all string to lowercased .But JSONDecoder().decode(KeystoreParamsV3.self, from: jsonData)。
The property isHDWallet of KeystoreParamsV3 is uppercase,so decode is wrong.
What are the steps to reproduce?
none
What is the expected behavior?
none
What is the error thrown?
none
What's the stack trace said?
none
OS version
ios 16
Library version
1.1.10
The text was updated successfully, but these errors were encountered:
What happened?
I think
jsonString.lowercased()
change all string to lowercased .ButJSONDecoder().decode(KeystoreParamsV3.self, from: jsonData)
。The property
isHDWallet
ofKeystoreParamsV3
is uppercase,so decode is wrong.What are the steps to reproduce?
none
What is the expected behavior?
none
What is the error thrown?
none
What's the stack trace said?
none
OS version
ios 16
Library version
1.1.10
The text was updated successfully, but these errors were encountered: