don't pass web3 object to whisper module since it uses its own

This commit is contained in:
Iuri Matias 2018-07-27 15:47:41 -04:00
parent 9526e61652
commit 62fad583da
1 changed files with 1 additions and 5 deletions

View File

@ -262,11 +262,7 @@ class Engine {
web3: options.web3
});
this.registerModule('whisper', {
// TODO: this should not be needed and should be deducted from the config instead
// the eth provider is not necessary the same as the whisper one
web3: this.blockchain.web3
});
this.registerModule('whisper');
}
libraryManagerService(_options) {