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

cmd/geth: add missing sepolia testnet flag checks #24147

Merged
merged 1 commit into from Dec 22, 2021

Conversation

shekhirin
Copy link
Contributor

Before:

go-ethereum git:(master) ./build/bin/geth --sepolia 2>&1 | grep -i -E 'sepolia|mainnet'
INFO [12-22|10:13:57.694] Starting Geth on Ethereum mainnet... 
INFO [12-22|10:13:57.694] Bumping default cache on mainnet         provided=1024 updated=4096

After:

go-ethereum git:(fix/missing-sepolia-mentions) ./build/bin/geth --sepolia 2>&1 | grep -i -E 'sepolia|mainnet'
INFO [12-22|10:13:29.484] Starting Geth on Sepolia testnet... 

@fjl fjl changed the title fix(cmd): missing Sepolia flag checks cmd/geth: add missing sepolia testnet flag checks Dec 22, 2021
@fjl fjl merged commit 3f2e96c into ethereum:master Dec 22, 2021
@fjl fjl added this to the 1.10.14 milestone Dec 22, 2021
JacekGlen pushed a commit to JacekGlen/go-ethereum that referenced this pull request May 26, 2022
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.

None yet

2 participants