don't add new account in ui (added by default when polling get account)

pull/1/head
yann300 6 years ago
parent 2b9ca7aba3
commit 0d60906e94
  1. 1
      src/app/tabs/run-tab.js

@ -645,7 +645,6 @@ function settings (container, self) {
function newAccount () {
self._deps.udapp.newAccount('', (error, address) => {
if (!error) {
container.querySelector('#txorigin').appendChild(yo`<option value=${address}>${address}</option>`)
addTooltip(`account ${address} created`)
} else {
addTooltip('Cannot create an account: ' + error)

Loading…
Cancel
Save