Commit 82874cef authored by Iuri Matias's avatar Iuri Matias

remove todo

parent 2bbc3b9c
...@@ -158,7 +158,6 @@ UniversalDAppUI.prototype.reset = function (contracts, transactionContextAPI) { ...@@ -158,7 +158,6 @@ UniversalDAppUI.prototype.reset = function (contracts, transactionContextAPI) {
this.el.innerHTML = '' this.el.innerHTML = ''
} }
// TODO: has both UI and Model
UniversalDAppUI.prototype.renderInstance = function (contract, address, contractName) { UniversalDAppUI.prototype.renderInstance = function (contract, address, contractName) {
var abi = txHelper.sortAbiFunction(contract.abi) var abi = txHelper.sortAbiFunction(contract.abi)
return this.renderInstanceFromABI(abi, address, contractName) return this.renderInstanceFromABI(abi, address, contractName)
......
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