Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 2, 2024
1 parent 264f956 commit 17e8938
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,16 @@ public int getMaxChunkSize() {
return specConfig.getMaxChunkSize();
}

@Override
public int getTtfbTimeout() {
return specConfig.getTtfbTimeout();
}

@Override
public int getRespTimeout() {
return specConfig.getRespTimeout();
}

@Override
public int getAttestationPropagationSlotRange() {
return specConfig.getAttestationPropagationSlotRange();
Expand Down Expand Up @@ -362,16 +372,6 @@ public int getMinEpochsForBlockRequests() {
return specConfig.getMinEpochsForBlockRequests();
}

@Override
public int getTtfbTimeout() {
return specConfig.getTtfbTimeout();
}

@Override
public int getRespTimeout() {
return specConfig.getRespTimeout();
}

@Override
public int getSubnetsPerNode() {
return specConfig.getSubnetsPerNode();
Expand Down

0 comments on commit 17e8938

Please sign in to comment.