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

Invalid type for getTx #221

Closed
sharifzadesina opened this issue Jul 17, 2024 · 1 comment
Closed

Invalid type for getTx #221

sharifzadesina opened this issue Jul 17, 2024 · 1 comment

Comments

@sharifzadesina
Copy link

The description of MoneroWalletFull.getTx says "the identified transaction or undefined if not found", but the return type in TS is Promise<MoneroTxWallet> which does not include undefined.

This causes unexpected behavior.

@woodser
Copy link
Owner

woodser commented Aug 22, 2024

This issue is fixed in the latest 0.10.1 release. Thanks!

@woodser woodser closed this as completed Aug 22, 2024
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

No branches or pull requests

2 participants