Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 11, 2024
1 parent f772ec6 commit 020e3fd
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 020e3fd

Please sign in to comment.