From 767cdd128d8a87a706ed017cc67d451633a3e4c9 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 7 Dec 2017 14:46:03 +0100 Subject: [PATCH] don't call all the constant function at load --- src/universal-dapp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 380fead9bf..3bf6fc3500 100644 --- a/src/universal-dapp.js +++ b/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) {