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

Fix extra quotation marks in the command section #13038

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mdqst
Copy link

@mdqst mdqst commented Dec 8, 2024

I noticed that there were extra quotation marks in the commands section, specifically after the --chain=sepolia and --port=30304 options

Снимок экрана 2024-12-08 в 15 16 50

This caused a syntax issue when trying to execute the commands. The unnecessary quotation marks have been removed to ensure the commands work properly without errors.

Here is the corrected version:

--chain=sepolia \
--port=30304 \

This change is important because it prevents syntax errors that could confuse users or lead to failed command executions.

@AskAlexSharov AskAlexSharov enabled auto-merge (squash) December 10, 2024 07:57
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.

2 participants