bugfix(@embark/parity): add missing new to BlockchainClient initialization

This commit is contained in:
Iuri Matias 2019-12-13 17:36:23 -05:00
parent bd0da80625
commit fc4188d247
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Parity {
startBlockchainNode(callback) {
if (this.blockchainConfig.isStandalone) {
return BlockchainClient(this.blockchainConfig, {
return new BlockchainClient(this.blockchainConfig, {
clientName: 'parity',
env: this.embark.env,
certOptions: this.embark.config.webServerConfig.certOptions,