code-423n4 / 2022-07-swivel-findings

0 stars 1 forks source link

QA Report #70

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Wrong @notice in swivel.sol at following lines: 482: "/// @notice Emergency function to block unplanned withdrawals" should be "/// @notice Emergency function to block unplanned feeChange" 531: "/// @notice Emergency function to block unplanned withdrawals" should be "/// @notice Emergency function to block unplanned Approval"

robrobbins commented 2 years ago

this was addressed when unifying some naming conventions in the contracts that were separate from any reports. this report is correct however.