From 2cb7b97546513ad035a6b9fac293e2de84ffcea8 Mon Sep 17 00:00:00 2001 From: Rob Stupay Date: Fri, 8 Sep 2017 14:35:58 +0200 Subject: [PATCH] run-tab - not working right yet --- src/app/tabs/run-tab.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/tabs/run-tab.js b/src/app/tabs/run-tab.js index d8466dac63..fd830ef722 100644 --- a/src/app/tabs/run-tab.js +++ b/src/app/tabs/run-tab.js @@ -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()