Consensys / quorum-genesis-tool

The quorum genesis tool creates genesis configs, configuration files, and keys for Hyperledger Besu, GoQuorum and Tessera.
Apache License 2.0
20 stars 18 forks source link

Missing quotes in besu config template #32

Closed tarasbsbr closed 2 years ago

tarasbsbr commented 2 years ago

Missing closing quotes mark after “DEBUG :

https://github.com/ConsenSys/quorum-genesis-tool/blob/ed440b2f65132b303d3a1084432f9cc84d941abb/src/templates/besuConfigTemplate.toml#L23

https://github.com/ConsenSys/quorum-genesis-tool/blob/ed440b2f65132b303d3a1084432f9cc84d941abb/src/templates/besuConfigTemplate.toml#L30

Ezzahhh commented 2 years ago

Release 0.1.9 should address this and available on npm/npx. Thank you for reporting