stop blockWatcher filter with correct method name. fixes #74

This commit is contained in:
Joris Bontje 2015-09-02 10:13:56 +02:00
parent d468e43f6f
commit d51dbaf4ae

View File

@ -63,7 +63,7 @@
if (accountFunded()) { if (accountFunded()) {
console.log("== Account funded"); console.log("== Account funded");
blockWatcher.stop(); blockWatcher.stopWatching();
miner_obj.stop(); miner_obj.stop();
cb(); cb();
} }
@ -137,4 +137,3 @@
main(); main();
})(); })();