mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-03 01:13:55 +00:00
bugfix(@embark/geth): add missing new to BlockchainClient initialization
This commit is contained in:
parent
926b2bb046
commit
bd0da80625
@ -97,7 +97,7 @@ class Geth {
|
||||
|
||||
startBlockchainNode(callback) {
|
||||
if (this.blockchainConfig.isStandalone) {
|
||||
return BlockchainClient(this.blockchainConfig, {
|
||||
return new BlockchainClient(this.blockchainConfig, {
|
||||
clientName: 'geth',
|
||||
env: this.embark.env,
|
||||
certOptions: this.embark.config.webServerConfig.certOptions,
|
||||
|
Loading…
x
Reference in New Issue
Block a user