diff --git a/src/quorum/service/cluster.ts b/src/quorum/service/cluster.ts index 0d980b9..710d17c 100644 --- a/src/quorum/service/cluster.ts +++ b/src/quorum/service/cluster.ts @@ -78,6 +78,7 @@ export default class Cluster extends AbstractService { networkCreateConfig: NetworkCreateType, ): Promise { const { chainId, validatorNumber, memberNumber, alloc } = networkCreateConfig + this.bdkFile.checkHelmChartPath() // create genesis and account const genesisYaml = new GenesisConfigYaml() genesisYaml.setCluster()