forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/faucet/main: adds flag use audit checks and refactors logic (ethe…
…reum#276) * main: adds flag use audit checks and refactors logic -ethstats and -bootnodes and -network flags were not being checked for exclusivity with -attach. Adding those checks, this also refactors the auditor function. Date: 2021-01-05 07:02:15-06:00 Signed-off-by: meows <b5c6@protonmail.com> * main: remove ethPort vs. attach flag exclusive check The ethPort default value is nonzero, making this check incorrect. Resolves etclabscore/core-geth#276 (comment) Date: 2021-01-08 06:18:43-06:00 Signed-off-by: meows <b5c6@protonmail.com>
- Loading branch information
Showing
1 changed file
with
65 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters