Closed cenwadike closed 1 month ago
/contracts/layer2/L1BridgeRegistryV1_1.sol:
line 159 - line 179 Remove unused commented code.
_availableForRegistration: remove unused variable _name
line 411 - line 413: Remove unused commented conditional.
It has already been fixed. https://github.com/tokamak-network/ton-staking-v2/commit/37bac22659d03ac9e50455da3412ccf3ab5a6810
@zzooppii Please check related to DAOCommittee_V1.sol
@cenwadike Everything mentioned in the issue has been reflected.
Describe the bug
Not bugs per se. Suggestions for improving code quality.
_availableForRegistration
: remove unused variable _namecontract Layer2ManagerV1_1
->contract Layer2ManagerV1_1
ADDMEMBER_FAIL
toADD_MEMBER_FAIL
Impact
Suggestions aim to improve the coding standard and improve readability and consistent coding standard
Exploit Scenario
NA
Recommendation
Recommendations are found in the description