Update settings.js

pull/1/head
Liana Husikyan 5 years ago committed by GitHub
parent 33ed083c1e
commit ef3195c2f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/tabs/runTab/settings.js

@ -18,7 +18,7 @@ class SettingsUI {
this.blockchain.event.register('transactionExecuted', (error, from, to, data, lookupOnly, txResult) => {
if (error) return
if (!lookupOnly) this.el.querySelector('#deployAndRunTransferValue').value = '0'
if (!lookupOnly) this.el.querySelector('#value').value = '0'
this.updateAccountBalances()
})
this._components = {

Loading…
Cancel
Save