Unverified Commit d80e601d authored by yann300's avatar yann300 Committed by GitHub

Update run-tab.js

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