mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
stop blockWatcher filter with correct method name. fixes #74
This commit is contained in:
parent
d468e43f6f
commit
d51dbaf4ae
@ -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();
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user