File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
besu/src/main/java/org/hyperledger/besu/cli/options Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22## Unreleased
33### Breaking Changes
4+ - ` --compatibility-eth64-forkid-enabled ` has been removed. [ #8541 ] ( https://github.com/hyperledger/besu/pull/8541 )
45
56### Upcoming Breaking Changes
67### Additions and Improvements
Original file line number Diff line number Diff line change @@ -88,15 +88,6 @@ public class EthProtocolOptions implements CLIOptions<EthProtocolConfiguration>
8888 private PositiveNumber maxGetPooledTransactions =
8989 PositiveNumber .fromInt (EthProtocolConfiguration .DEFAULT_MAX_GET_POOLED_TRANSACTIONS );
9090
91- @ SuppressWarnings ("UnusedVariable" )
92- @ Deprecated (forRemoval = true )
93- @ CommandLine .Option (
94- hidden = true ,
95- names = "--compatibility-eth64-forkid-enabled" ,
96- paramLabel = "<Boolean>" ,
97- description = "This option is deprecated and will be removed in a future release." )
98- private Boolean legacyEth64ForkIdEnabled = false ;
99-
10091 @ CommandLine .Option (
10192 hidden = true ,
10293 names = {MAX_CAPABILITY },
You can’t perform that action at this time.
0 commit comments