forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[trivial] [Breaking Change] Migrate some miner CLI flags to builder (e…
…thereum#88) * Migrate miner.algotype and miner.price_cutoff_percent to builder.algotype and builder.price_cutoff_percent * Update README.md Co-authored-by: shana <avalonche@protonmail.com> * Update cmd/utils/flags.go Co-authored-by: shana <avalonche@protonmail.com> * Add back original flags with deprecation notice for backwards compatibility, rename builder.validation_blacklist to builder.blacklist * Update error message * Add back flag for backwards compatibility, update README --------- Co-authored-by: shana <avalonche@protonmail.com>
- Loading branch information
1 parent
2f67112
commit 893d4c8
Showing
3 changed files
with
93 additions
and
31 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
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
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