don't call all the constant function at load

pull/3094/head
yann300 7 years ago
parent 8eab638b36
commit 767cdd128d
  1. 1
      src/universal-dapp.js

@ -432,7 +432,6 @@ UniversalDApp.prototype.getCallButton = function (args) {
if (lookupOnly) {
contractProperty.classList.add(css.constant)
button.setAttribute('title', (title + ' - call'))
call(false)
}
if (args.funABI.inputs && args.funABI.inputs.length > 0) {

Loading…
Cancel
Save