Merge branch 'develop' into miner

This commit is contained in:
obscuren
2015-02-13 17:00:15 +01:00
63 changed files with 4634 additions and 2177 deletions

View File

@@ -79,6 +79,12 @@
contract.received({from: eth.coinbase}).changed(function() {
refresh();
});
var ev = contract.SingleTransact({})
ev.watch(function(log) {
someElement.innerHTML += "tnaheousnthaoeu";
});
eth.watch('chain').changed(function() {
refresh();
});