Closed 0xrajath closed 1 year ago
https://github.com/spearbit-audits/review-llama2/pull/10#discussion_r1276785364
TO BE DISCUSSED: Use uint96 instead of uint256 in the Checkpoint libs since only uint96 are passed into them.
uint96
uint256
We chose to acknowledge but close this issue. Leaving it as a uint256 minimizing the diff between the original OZ library.
https://github.com/spearbit-audits/review-llama2/pull/10#discussion_r1276785364
TO BE DISCUSSED: Use
uint96
instead ofuint256
in the Checkpoint libs since only uint96 are passed into them.