mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 04:33:56 -05:00
Removed unused variables in DefaultCommandValues (#1863)
Signed-off-by: hp <hp_ctt@gmail.com>
This commit is contained in:
@@ -49,8 +49,6 @@ public interface DefaultCommandValues {
|
||||
|
||||
Double DEFAULT_MIN_BLOCK_OCCUPANCY_RATIO = 0.8;
|
||||
Bytes DEFAULT_EXTRA_DATA = Bytes.EMPTY;
|
||||
long DEFAULT_MAX_REFRESH_DELAY = 3600000;
|
||||
long DEFAULT_MIN_REFRESH_DELAY = 1;
|
||||
String PERMISSIONING_CONFIG_LOCATION = "permissions_config.toml";
|
||||
String MANDATORY_HOST_FORMAT_HELP = "<HOST>";
|
||||
String MANDATORY_PORT_FORMAT_HELP = "<PORT>";
|
||||
|
||||
Reference in New Issue
Block a user