Filter and mutex locks added

This commit is contained in:
obscuren
2015-02-17 16:12:55 +01:00
parent 815ead7107
commit 567428fb34
7 changed files with 33 additions and 17 deletions

View File

@@ -80,11 +80,6 @@
refresh();
});
var ev = contract.SingleTransact({})
ev.watch(function(log) {
someElement.innerHTML += "tnaheousnthaoeu";
});
eth.watch('chain').changed(function() {
refresh();
});