From 87b693be4936a0a1789b5697209e4fc0b2fc0255 Mon Sep 17 00:00:00 2001 From: chriseth Date: Sun, 22 Nov 2015 17:38:38 +0100 Subject: [PATCH] Web3 deploy: Log error earlier. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5397d1fc74..d519ff5dd7 100644 --- a/index.html +++ b/index.html @@ -734,8 +734,8 @@ "\n data: '"+bytecode+"', "+ "\n gas: 3000000"+ "\n }, function(e, contract){"+ + "\n console.log(e, contract);"+ "\n if (typeof contract.address != 'undefined') {"+ - "\n console.log(e, contract);"+ "\n console.log('Contract mined! address: ' + contract.address + ' transactionHash: ' + contract.transactionHash);" + "\n }" + "\n })";