Skip to content

Commit

Permalink
fix: generate yaml issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kidneyweakx committed Jan 17, 2024
1 parent ce2f3d7 commit 333df69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quorum/service/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default class Cluster extends AbstractService {
networkCreateConfig: NetworkCreateType,
): Promise<void> {
const { chainId, validatorNumber, memberNumber, alloc } = networkCreateConfig
this.bdkFile.checkHelmChartPath()
// create genesis and account
const genesisYaml = new GenesisConfigYaml()
genesisYaml.setCluster()
Expand Down

0 comments on commit 333df69

Please sign in to comment.