pull/1/head
yann300 7 years ago
parent 6ddbbb41ac
commit c5cba1ce71
  1. 2
      src/universal-dapp.js

@ -277,7 +277,7 @@ UniversalDApp.prototype.getBalance = function (address, cb) {
}
UniversalDApp.prototype.renderInstance = function (contract, address, contractName) {
var abi = txHelper.sortAbiFunction(contract)
var abi = txHelper.sortAbiFunction(contract.abi)
return this.renderInstanceFromABI(abi, address, contractName)
}

Loading…
Cancel
Save