Skip to content

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

Merged
dsiganos merged 1 commit intonanocurrency:developfrom
dsiganos:fix_peering_port_generate_config
Feb 14, 2023
Merged

Fix missing peering port doc when running --generate_config node#4123
dsiganos merged 1 commit intonanocurrency:developfrom
dsiganos:fix_peering_port_generate_config

Conversation

@dsiganos
Copy link
Copy Markdown
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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