don't pass web3 object to whisper module since it uses its own
This commit is contained in:
parent
9526e61652
commit
62fad583da
|
@ -262,11 +262,7 @@ class Engine {
|
||||||
web3: options.web3
|
web3: options.web3
|
||||||
});
|
});
|
||||||
|
|
||||||
this.registerModule('whisper', {
|
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
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
libraryManagerService(_options) {
|
libraryManagerService(_options) {
|
||||||
|
|
Loading…
Reference in New Issue