diff --git a/src/app.js b/src/app.js index d7e0ce5f01..221f0b5be8 100644 --- a/src/app.js +++ b/src/app.js @@ -698,6 +698,9 @@ Please make a backup of your contracts and start using http://remix.ethereum.org // ---------------- Righthand-panel -------------------- var rhpAPI = { + newAccount: (pass, cb) => { + udapp.newAccount(pass, cb) + }, setEditorSize (delta) { $('#righthand-panel').css('width', delta) self._view.centerpanel.style.right = delta + 'px'