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
The function this._fileContents(Keystore) is not returning the correct keystoreData after taking a blob or JSON as input.
Therefore the method "StellarKeystore.prototype.keypair(Keystore, Password)" will throw an error.
The text was updated successfully, but these errors were encountered:
Since my keystore is JSON object and not a blob, I commented the outer function "_fileContents(Keystore)" and added the line
let keystoreData = Keystore.walletData;
The function this._fileContents(Keystore) is not returning the correct keystoreData after taking a blob or JSON as input.
Therefore the method "StellarKeystore.prototype.keypair(Keystore, Password)" will throw an error.
The text was updated successfully, but these errors were encountered: