Consensys / eth-lightwallet

Lightweight JS Wallet for Node and the browser
MIT License
1.46k stars 501 forks source link

TypeError: Cannot read property 'encStr' of undefined #187

Open osamabari opened 6 years ago

osamabari commented 6 years ago
 var secretbox = nacl.util.decodeBase64(encryptedStr.encStr);
                                                      ^
TypeError: Cannot read property 'encStr' of undefined
kazaff commented 6 years ago

m2, how can i fix it?

gaeml-hoo commented 6 years ago

please give us some advise how to fix this issue if anyone go through it