Unverified Commit 281b15f5 authored by yann300's avatar yann300 Committed by GitHub

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

Update run-tab.js
parents 912008c0 d80e601d
......@@ -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) {
......
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