Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Fix dispute key on dispute module for consistency #107

Open
Spablob opened this issue Feb 17, 2024 · 0 comments
Open

Fix dispute key on dispute module for consistency #107

Spablob opened this issue Feb 17, 2024 · 0 comments

Comments

@Spablob
Copy link
Contributor

Spablob commented Feb 17, 2024

Dispute module
/// @notice Gets the protocol-wide module identifier for this module
/// @return The dispute module key
function name() public pure override returns (string memory) {
    return DISPUTE_MODULE_KEY;
}

Royalty Module
string public constant override name = ROYALTY_MODULE_KEY;

Licensing Module
string public constant override name = LICENSING_MODULE_KEY;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant