Closed JayWelsh closed 2 years ago
payable
The constructor of the contract is marked as payable.
constructor
constructor( address _accessController, address _marketController, address _impl ) payable {
If this is indeed desired, we advise documentation to be added to support it. Otherwise, we advise it to be omitted from the codebase as it can lead to loss of funds.
Resolved via https://github.com/seen-haus/seen-contracts/pull/37
MCP-01C: Redundant
payable
ConstructorDescription:
The
constructor
of the contract is marked aspayable
.Example:
Recommendation:
If this is indeed desired, we advise documentation to be added to support it. Otherwise, we advise it to be omitted from the codebase as it can lead to loss of funds.