code-423n4 / 2022-02-concur-findings

2 stars 0 forks source link

QA Report #248

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

-claimContract is not set in the constructor https://github.com/code-423n4/2022-02-concur/blob/main/contracts/ConvexStakingWrapper.sol#L50 in case if owner forgot to set claimContract value in setRewardPool, some funtion wont run. i recommend to set it at constructor.

GalloDaSballo commented 2 years ago

Agree with the finding