You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the uint256 type, storage variables reserve0, reserve1, and blockTimestampLast are stored in three different slots, not a single one, as the comments state.
🐞 Bug Report
💻 Describe the bug
Because of the
uint256
type, storage variablesreserve0
,reserve1
, andblockTimestampLast
are stored in three different slots, not a single one, as the comments state.uniswap-v2-nil/contracts/UniswapV2Pair.sol
Lines 24 to 26 in 3ede108
💡 Possible Solution
Change types for
reserve0
andreserve1
touint112
or remove misleading commentsThe text was updated successfully, but these errors were encountered: