diff --git a/packages/plugins/whisper-geth/src/whisperGethClient.js b/packages/plugins/whisper-geth/src/whisperGethClient.js index effece12c..606877cca 100644 --- a/packages/plugins/whisper-geth/src/whisperGethClient.js +++ b/packages/plugins/whisper-geth/src/whisperGethClient.js @@ -157,7 +157,7 @@ class WhisperGethClient { let config = this.config; let rpcApi = this.config.rpcApi; let wsApi = this.config.wsApi; - let args = []; + let args = ['--ipcdisable']; // Add --ipcdisable as ipc is not needed for Whisper and it conflicts on Windows with the blockchain node async.series([ function commonOptions(callback) { let cmd = self.commonOptions();