Skip to content

Contract Registry.sol has unused methods #8

Description

@idrisssystem

Is your feature request related to a problem? Please describe.
The contract registry.sol has unused functions. The original intent was that users sign up and pay directly, which was deprecated with the birth of payments.sol. The methods dealing with token ( addIDrissToken(), ...) are not used anymore and can be deleted. Furthermore, methods that deal with pricing setPrice(), withdrawToken(), withdraw() are not used anymore and can be deleted as well.

Describe the solution you'd like
Clean up the contract as much as possible. Also look at unused modifiers (payable is never actually used in registry.sol)

Additional context
For questions, please ask here or join the discussion on Discord.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions