108 - Remove stale comments
Remove inline comments that suggest the two uint256 values DAOfiV1Pair.reserveBase
and DAOfiV1Pair.reserveQuote
are stored in the same storage slot. This is likely a carryover from the UniswapV2Pair
contract, in which reserve0
, reserve1
, and blockTimestampLast
are packed into a single storage slot.
Remove stale comments
- ConsenSys Audit DAOfi Finding 3.1
- Documentation
- Stale Comments about Storage Slots
- Remove Stale Comments