contracts
contracts copied to clipboard
[SC-786] Post-Merge Fixes
Just noticed two things when checking #662 after it was merged, which is why I opened this PR quickly. It had:
- Compiler Warnings
- In the main contract,
_token
was shadowing_token
, so I renamed it according to our new dev guidelines
- In the main contract,
- Naming of AccessMock
- File was called
ContractName_AccessMock.sol
instead ofContractName_Exposed.sol
- File was in the wrong folder (not in the same one as the test file)
- File was called