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

Issue with creating Wallet from keystore #84

Open
mzzovko opened this issue Jan 7, 2019 · 2 comments
Open

Issue with creating Wallet from keystore #84

mzzovko opened this issue Jan 7, 2019 · 2 comments

Comments

@mzzovko
Copy link

mzzovko commented Jan 7, 2019

I'm trying to create Wallet object from keystore, and whenever I try to create it I get the following error:

Error: sorry, createDecipheriv is not implemented yet
we accept pull requests

Code that fails (it's run in browser):
const accountObject = ethereumJsWallet.fromV3(keystore, password, true)

Is it really not implemented, or am I using it wrong somehow?

@axic
Copy link
Member

axic commented Jan 9, 2019

What system are you trying to run this on?

@mzzovko
Copy link
Author

mzzovko commented Jan 9, 2019

Hi axic, I'm running it in:
Google Chrome Version 71.0.3578.98 (Official Build) (64-bit)
Linux Mint 18.2

Thing is, I'm not even sure how to debug this, or is it even a bug?

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

3 participants
@axic @mzzovko and others