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