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
Hi @hunterlong, i need your help please, the upload keystore file button not works for me. I got the following error at DevTools. Actually it works for storj wallet, probably i did something wrong but i cannot fix this.
Hi @hunterlong, i need your help please, the upload keystore file button not works for me. I got the following error at DevTools. Actually it works for storj wallet, probably i did something wrong but i cannot fix this.
my repo: https://github.com/PlusBitPos/c-wallet
Uncaught Reference Error: Cannot access 'dialog' before initialization at OpenKeystoreFile (main.js:246) at HTMLButtonElement.onclick (index.html:198)
------------------------------main.js:246
var keyFile;
function OpenKeystoreFile() {
dialog.showOpenDialogSync(function(fileNames) {
if (fileNames === undefined) return;
keyFile = fileNames[0];
console.log(keyFile);
});
}
----------------------------index.html:198
Open Keystore File
The text was updated successfully, but these errors were encountered: