Merge pull request #1920 from ethereum/bugFix

Use the provided name when rendering the contract instance
pull/1/head
yann300 6 years ago committed by GitHub
commit 23119e698e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/tabs/runTab/contractDropdown.js

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

Loading…
Cancel
Save