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
Default
Witness
Implement the Default trait for Witness type. This is possible since Witness::ZERO is the same as Composer::ZERO
Witness::ZERO
Composer::ZERO
The text was updated successfully, but these errors were encountered:
Add Default trait implementation for Witness
9baa8b7
Resolves #815
354693e
7312fa9
Successfully merging a pull request may close this issue.
Summary
Implement the
Default
trait forWitness
type.This is possible since
Witness::ZERO
is the same asComposer::ZERO
The text was updated successfully, but these errors were encountered: