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'm trying update lib to new version and got errors with wallet. I am not sure if errors was described before, but i got those, when i work with wallet (works fine with beta-33 web3.js version).
When i try to load (this wallet was stored with old version of web3.js)
web3.eth.accounts.wallet.load('password','key');
SyntaxError: "JSON.parse: unexpected character at line 1 column 1 of the JSON data"fromV3Keystoreweb3-eth-accounts.umd.js:151decryptweb3-eth-accounts.umd.js:266decryptweb3-eth-accounts.umd.js:265loadweb3-eth-accounts.umd.js:314
Versions
web3.js 1.0.0-beta.51
browser - firefox
The text was updated successfully, but these errors were encountered:
web3.eth.accounts.wallet errors when using
I'm trying update lib to new version and got errors with wallet. I am not sure if errors was described before, but i got those, when i work with wallet (works fine with beta-33 web3.js version).
Actual behavior
When i try to load (this wallet was stored with old version of web3.js)
Versions
The text was updated successfully, but these errors were encountered: