disable ipc client

This commit is contained in:
Iuri Matias 2018-06-19 17:33:24 -04:00
parent aa5063e5ef
commit 650eb5e359
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ class Test {
web3: this.web3 web3: this.web3
}); });
this.engine.startService("deployment", { this.engine.startService("deployment", {
trackContracts: false, trackContracts: false
ipcRole: 'client' //ipcRole: 'client' // disabled for now due to issues with ipc file
}); });
} }