Update run-tab.js

pull/1/head
yann300 6 years ago committed by GitHub
parent 912008c09f
commit d80e601d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/app/tabs/run-tab.js

@ -404,6 +404,7 @@ function contractDropdown (events, self) {
if (data) {
data.contractName = selectedContract.name
data.linkReferences = selectedContract.contract.object.evm.bytecode.linkReferences
data.contractABI = selectedContract.contract.object.abi
}
self._deps.udapp.createContract(data, (error, txResult) => {
if (!error) {

Loading…
Cancel
Save