Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Allow multiple arguments on --trusted-peers, separated by comma #4615

Closed
geomad opened this issue Sep 15, 2023 · 0 comments · Fixed by #4619
Closed

Allow multiple arguments on --trusted-peers, separated by comma #4615

geomad opened this issue Sep 15, 2023 · 0 comments · Fixed by #4619
Labels
A-cli Related to the reth CLI C-enhancement New feature or request D-good-first-issue Nice and easy! A great choice to get started

Comments

@geomad
Copy link

geomad commented Sep 15, 2023

Describe the feature

Right now to add multiple trusted peers the user should use --trusted-peers multiple times like so:
--trusted-peers enode://xxx --trusted-peers enode://yyy

Allowing multiple arguments to the parameter would look cleaner and clear confusion eg:
--trusted-peers enode://xxx,enode://yyy

Additional context

No response

@geomad geomad added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Sep 15, 2023
@mattsse mattsse added D-good-first-issue Nice and easy! A great choice to get started A-cli Related to the reth CLI and removed S-needs-triage This issue needs to be labelled labels Sep 15, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Reth Tracker Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Related to the reth CLI C-enhancement New feature or request D-good-first-issue Nice and easy! A great choice to get started
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants