|
|
@ -253,7 +253,7 @@ UniversalDAppUI.prototype.runTransaction = function (lookupOnly, args, valArr, i |
|
|
|
const params = args.funABI.type !== 'fallback' ? inputsValues : '' |
|
|
|
const params = args.funABI.type !== 'fallback' ? inputsValues : '' |
|
|
|
this.blockchain.runOrCallContractMethod( |
|
|
|
this.blockchain.runOrCallContractMethod( |
|
|
|
args.contractName, |
|
|
|
args.contractName, |
|
|
|
args.contractAbi, |
|
|
|
args.contractABI, |
|
|
|
args.funABI, |
|
|
|
args.funABI, |
|
|
|
inputsValues, |
|
|
|
inputsValues, |
|
|
|
args.address, |
|
|
|
args.address, |
|
|
|