removed outdated lines from examples...

This commit is contained in:
Marek Kotewicz 2015-07-07 12:01:45 +02:00
parent 7b161b4ca4
commit 1d2c032376
2 changed files with 0 additions and 4 deletions

View File

@ -31,8 +31,6 @@
// let's assume that coinbase is our account
web3.eth.defaultAccount = web3.eth.coinbase;
var watch = web3.eth.filter('latest');
// create contract
document.getElementById('status').innerText = "transaction sent, waiting for confirmation";
web3.eth.contract(abi).new({data: code}, function (err, contract) {

View File

@ -31,8 +31,6 @@
// let's assume that coinbase is our account
web3.eth.defaultAccount = web3.eth.coinbase;
var watch = web3.eth.filter('latest');
// create contract
document.getElementById('status').innerText = "transaction sent, waiting for confirmation";
web3.eth.contract(abi).new({data: code}, function (err, contract) {