-
Notifications
You must be signed in to change notification settings - Fork 71
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
Invalid type for getTx
#221
Comments
woodser
added a commit
that referenced
this issue
Aug 15, 2024
woodser
added a commit
that referenced
this issue
Aug 15, 2024
woodser
added a commit
that referenced
this issue
Aug 15, 2024
woodser
added a commit
that referenced
this issue
Aug 16, 2024
woodser
added a commit
that referenced
this issue
Aug 16, 2024
This issue is fixed in the latest 0.10.1 release. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The description of
MoneroWalletFull.getTx
says "the identified transaction or undefined if not found", but the return type in TS isPromise<MoneroTxWallet>
which does not includeundefined
.This causes unexpected behavior.
The text was updated successfully, but these errors were encountered: