mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 22:44:45 +00:00
restart web3 service on proces launch
This commit is contained in:
parent
7e058e5016
commit
47591a39dd
@ -64,6 +64,10 @@ class Provider {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stop() {
|
||||||
|
this.engine.stop();
|
||||||
|
}
|
||||||
|
|
||||||
eth_accounts(payload, cb) {
|
eth_accounts(payload, cb) {
|
||||||
return cb(null, this.addresses);
|
return cb(null, this.addresses);
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,6 @@ class ProcessLauncher {
|
|||||||
if (this.silent) {
|
if (this.silent) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log('Not silent????', this.silent);
|
|
||||||
if (this.logger[msg.type]) {
|
if (this.logger[msg.type]) {
|
||||||
return this.logger[msg.type](this.normalizeInput(msg.message));
|
return this.logger[msg.type](this.normalizeInput(msg.message));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user