Commit 2bbab93e authored by yann300's avatar yann300

remove uneeded

parent a52165bb
...@@ -220,7 +220,7 @@ UniversalDAppUI.prototype.getCallButton = function (args) { ...@@ -220,7 +220,7 @@ UniversalDAppUI.prototype.getCallButton = function (args) {
} }
// contractsDetails is used to resolve libraries // contractsDetails is used to resolve libraries
txFormat.buildData(args.contractName, args.contractAbi, self._deps.compilersartefacts['__last'].getData().contracts, false, args.funABI, args.funABI.type !== 'fallback' ? value : '', (error, data) => { txFormat.buildData(args.contractName, args.contractAbi, {}, false, args.funABI, args.funABI.type !== 'fallback' ? value : '', (error, data) => {
if (!error) { if (!error) {
if (!args.funABI.constant) { if (!args.funABI.constant) {
self.registry.get('logCallback').api(`${logMsg} pending ... `) self.registry.get('logCallback').api(`${logMsg} pending ... `)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment