Skip to content

Commit

Permalink
fix acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 2, 2024
1 parent d588eee commit fc402c1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ public class SpecConfigReader {
"TRANSITION_TOTAL_DIFFICULTY",
// Deprecated fields
"GOSSIP_MAX_SIZE_BELLATRIX",
"MAX_CHUNK_SIZE_BELLATRIX",
"TTFB_TIMEOUT",
"RESP_TIMEOUT");
"MAX_CHUNK_SIZE_BELLATRIX");
private static final ImmutableSet<String> CONSTANT_KEYS =
ImmutableSet.of(
// Phase0 constants which may exist in legacy config files, but should now be ignored
Expand Down

0 comments on commit fc402c1

Please sign in to comment.