Skip to content

Commit b9e40de

Browse files
change order
1 parent c4ba781 commit b9e40de

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ethereum/spec/src/main/java/tech/pegasys/teku/spec/config/DelegatingSpecConfig.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,16 @@ public int getMaxChunkSize() {
327327
return specConfig.getMaxChunkSize();
328328
}
329329

330+
@Override
331+
public int getTtfbTimeout() {
332+
return specConfig.getTtfbTimeout();
333+
}
334+
335+
@Override
336+
public int getRespTimeout() {
337+
return specConfig.getRespTimeout();
338+
}
339+
330340
@Override
331341
public int getAttestationPropagationSlotRange() {
332342
return specConfig.getAttestationPropagationSlotRange();
@@ -362,16 +372,6 @@ public int getMinEpochsForBlockRequests() {
362372
return specConfig.getMinEpochsForBlockRequests();
363373
}
364374

365-
@Override
366-
public int getTtfbTimeout() {
367-
return specConfig.getTtfbTimeout();
368-
}
369-
370-
@Override
371-
public int getRespTimeout() {
372-
return specConfig.getRespTimeout();
373-
}
374-
375375
@Override
376376
public int getSubnetsPerNode() {
377377
return specConfig.getSubnetsPerNode();

0 commit comments

Comments
 (0)