Skip to content

Conversation

sashaodessa
Copy link

Description

Fixes CLI flag naming inconsistency in boot node configuration.

Proposed Changes

  • Rename --enr-port flag to --enr-udp-port in boot_node/src/cli.rs to match the argument identifier and maintain consistency with the adjacent --enr-udp6-port flag

Additional Info

The mismatch between the argument identifier ("enr-udp-port") and the CLI flag name (--enr-port) prevented users from correctly setting the ENR UDP port, as the flag would not be recognized. This fix ensures the boot node CLI is consistent and functional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant