Submitted by 0xRajeev, also found by cmichel
vaultIndexes is uninitialized and its unclear what 10000 signifies here. investDelta return value is also ignored at call site. If this is an indication of missed/incorrect logic, then its risky. If not, removing will help readability/maintainability. See Insurance.sol #L166, and #L155.
Recommend evaluating any missing logic or else removing unused code.
- kristian-gro (Gro) confirmed
