Commit 2cb7b975 authored by Rob Stupay's avatar Rob Stupay

run-tab - not working right yet

parent 4f022836
......@@ -301,7 +301,8 @@ function contractDropdown (appAPI, appEvents, instanceContainer) {
var args = createButtonInput.value
txFormat.buildData(contract, contracts, true, constructor, args, appAPI.udapp(), (error, data) => {
if (!error) {
appAPI.logMessage('transaction added ...')
console.log(`${JSON.parse(JSON.stringify(contract.metadata, null, 4))}`)
appAPI.logMessage(`B creation of ${contract} pending`)
txExecution.createContract(data, appAPI.udapp(), (error, txResult) => {
if (!error) {
var isVM = executionContext.isVM()
......
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