mirror of https://github.com/embarklabs/embark.git
little oopsie
This commit is contained in:
parent
ff0d24aa1f
commit
b5e96beb81
|
@ -141,7 +141,6 @@ class Blockchain {
|
|||
if (err && err !== NO_NODE) {
|
||||
return cb(err);
|
||||
}
|
||||
}
|
||||
cb(statusObj);
|
||||
});
|
||||
}, 5000, 'off');
|
||||
|
|
Loading…
Reference in New Issue