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,
_tokenwas shadowing_token, so I renamed it according to our new dev guidelines
- In the main contract,
- Naming of AccessMock
- File was called
ContractName_AccessMock.solinstead ofContractName_Exposed.sol - File was in the wrong folder (not in the same one as the test file)
- File was called
I think the PR was actually created before we finished our dev guidelines and due to no additional reviewers, and needing the changes added in the PR to the FM base I moved forward to merging it. Thank you for changing it @marvinkruse