We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The function DSChiefApprovals.etch emits an event Etch, which is not documented in the README doc.
DSChiefApprovals.etch
Etch
ds-chief/src/chief.sol
Line 79 in 4a833cd
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.
DSChiefApprovals.vote
etch
Line 86 in 4a833cd
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
The function
DSChiefApprovals.etch
emits an eventEtch
, which is not documented in the README doc.ds-chief/src/chief.sol
Line 79 in 4a833cd
A potential fix could be adding the description "Emits an
Etch
event" to the README doc.Furthermore, function
DSChiefApprovals.vote
calls theetch
function. So it emits theEtch
event as well.ds-chief/src/chief.sol
Line 86 in 4a833cd
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.
The text was updated successfully, but these errors were encountered: