Merge pull request #1582 from ethereum/yann300-patch-17

Update run-tab.js
pull/1/head
yann300 6 years ago committed by GitHub
commit 281b15f577
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