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

Fix dispute key on dispute module for consistency #107

@Spablob

Description

@Spablob
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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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