Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix missing peering port doc when running --generate_config node #4123

Merged

Conversation

dsiganos
Copy link
Contributor

When running:
./nano_node --generate_config node

the peering_port doc was not printed because peering port is an optional and it is only printed when the optional is set.

fixes #4122

When running:
./nano_node --generate_config node

the peering_port doc was not printed because peering port is an optional
and it is only printed when the optional is set.

fixes nanocurrency#4122
@dsiganos dsiganos added the bug label Feb 13, 2023
@dsiganos dsiganos added this to the V25.0 milestone Feb 13, 2023
@dsiganos dsiganos merged commit 295f467 into nanocurrency:develop Feb 14, 2023
@dsiganos dsiganos deleted the fix_peering_port_generate_config branch February 14, 2023 12:41
@thsfs thsfs added the cli Changes related to the Command Line Interface label Mar 1, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug cli Changes related to the Command Line Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The command line argument --generate_config node does not print the config option peering_port
3 participants