use the provided name when rendering the contract instance

pull/3094/head
yann300 6 years ago
parent 796b945e95
commit c13bc7dcab
  1. 2
      src/app/tabs/runTab/contractDropdown.js

@ -155,7 +155,7 @@ class ContractDropdownUI {
return this.logCallback(error) return this.logCallback(error)
} }
this.event.trigger('newContractInstanceAdded', [contractObject, address, this.selectContractNames.value]) this.event.trigger('newContractInstanceAdded', [contractObject, address, contractObject.name])
} }
if (selectedContract.isOverSizeLimit()) { if (selectedContract.isOverSizeLimit()) {

Loading…
Cancel
Save