Skip to content

Commit

Permalink
fix: oxorio #7 - align comment with code
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 12, 2024
1 parent 477d9ed commit 78406a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/helpers/UiPoolDataProviderV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ contract UiPoolDataProviderV3 is IUiPoolDataProviderV3 {
++missCounter;
}
// assumes there will never be a gap > 2 when setting eModes
if (missCounter > 1) break;
if (missCounter > 2) break;
}
Emode[] memory categories = new Emode[](eModesFound);
for (uint8 i = 0; i < eModesFound; i++) {
Expand Down

0 comments on commit 78406a1

Please sign in to comment.