Skip to content
New issue

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

fix a type mismatch for TransactionCanceled #184

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

aisk
Copy link
Contributor

@aisk aisk commented May 29, 2024

The cancellation_reasons have a mismatched type when initializing, and this change fixes it. Additionally, it has been changed to use Optional instead of Union[T, None] because they are equivalent but Optional has a shorter name.

Copy link
Contributor

@ojii ojii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

@y26805 y26805 merged commit ca86d46 into HENNGE:master Jun 17, 2024
33 checks passed
@aisk aisk deleted the fix-error-type branch June 17, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants