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()) {
|
||||
console.log("== Account funded");
|
||||
|
||||
blockWatcher.stop();
|
||||
blockWatcher.stopWatching();
|
||||
miner_obj.stop();
|
||||
cb();
|
||||
}
|
||||
@ -137,4 +137,3 @@
|
||||
|
||||
main();
|
||||
})();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user