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: category optional parameter #28

Merged

Conversation

sairanjit
Copy link
Contributor

Summary

  • category as optional parameter in scan method

Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
@sairanjit sairanjit requested a review from a team as a code owner January 28, 2025 16:12
Copy link
Contributor

@TimoGlastra TimoGlastra left a comment

Choose a reason for hiding this comment

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

Is category optional in the ffi interface?

@sairanjit
Copy link
Contributor Author

@TimoGlastra TimoGlastra merged commit 7d7d66d into openwallet-foundation:main Jan 29, 2025
4 checks passed
@berendsliedrecht
Copy link
Contributor

The react native wrapper does not mark it as optional in the cpp code.

auto category = jsiToValue<std::string>(rt, options, "category");
Could you double check that it is optional in all the correct places?

@sairanjit
Copy link
Contributor Author

I think I checked only in the node and FFIs so I missed this @berendsliedrecht. I am fixing it now.

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