code-423n4 / 2022-04-pooltogether-findings

0 stars 0 forks source link

QA Report #62

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

QA Report - non-critical

Typos

The same typos (inhereted and sane) occur in both lines below:
https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5bce89f093630c282ca1c6627e44/contracts/AaveV3YieldSource.sol#L38
https://github.com/pooltogether/aave-v3-yield-source/blob/e63d1b0e396a5bce89f093630c282ca1c6627e44/contracts/AaveV3YieldSource.sol#L156

   * @param decimals Number of decimals the shares (inhereted ERC20) will have. Same as underlying asset to ensure sane exchange rates for shares.                              

Change inhereted to inherited and sane to same

PierrickGT commented 2 years ago

Duplicate of https://github.com/code-423n4/2022-04-pooltogether-findings/issues/22