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
Having an error when running the page: "example_demo_video.html".
At the following snippet en exception is thrown!
var seed = document.getElementById('seed').value
var password = prompt('Enter Password to encrypt seed', 'Password')
var keystore = new lightwallet.keystore(seed, password)
keystore.generateNewAddress(password, 3)
Exception call stack:
Uncaught TypeError: Cannot read property 'encStr' of undefined
at Function.KeyStore._decryptString (lightwallet.js:322)
at KeyStore.isDerivedKeyCorrect (lightwallet.js:303)
at KeyStore.generateNewAddress (lightwallet.js:579)
at setSeed (example_demo_video.html:15)
at HTMLButtonElement.onclick (example_demo_video.html:55)
The text was updated successfully, but these errors were encountered:
Having an error when running the page: "example_demo_video.html".
At the following snippet en exception is thrown!
Exception call stack:
The text was updated successfully, but these errors were encountered: