mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-23 19:08:25 +00:00
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
|
||||
});
|
||||
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user