Reducing Storage Reads, _store is a storage variable that is read multiple times within the function, so storing the value in a local variable.
In the code, every reference to vault.store() would result in a storage read operation, which consumes gas.
Wastes gas
Manual Review
Storing the value of vault.store() in a local variable _store as GMXTypes.Store storage ,
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.