Skip to content

Suggesting updates on the doc of DSChiefApprovals.etch #16

Description

@DocCon-team

Hi,

The function DSChiefApprovals.etch emits an event Etch, which is not documented in the README doc.

emit Etch(hash);

A potential fix could be adding the description "Emits an Etch event" to the README doc.

Furthermore, function DSChiefApprovals.vote calls the etch function. So it emits the Etch event as well.

bytes32 slate = etch(yays);

A potential fix could also be adding the description "Emits an Etch event" to this function in the README doc.

Could you please check it?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions