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
The mathHelperName parameter in the makeIssuerKit method should be declared optional.
Originally posted by @erights in #1357
The text was updated successfully, but these errors were encountered:
fix: declare amountMathKind parameter to makeissuerkit optional
f42bcc3
The mathHelperName was changed to amountMathKind, and it's optional in the code. This updates the type declaration to match. fixes: #1373
0fce443
a21832a
Chris-Hibbert
Successfully merging a pull request may close this issue.
The mathHelperName parameter in the makeIssuerKit method should be declared optional.
Originally posted by @erights in #1357
The text was updated successfully, but these errors were encountered: