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

If preflightCommitment is undefined it always falls through to finalized #620

Closed
steveluscher opened this issue Nov 29, 2023 · 0 comments
Closed
Assignees

Comments

@steveluscher
Copy link
Contributor

This seems busted. The lack of a break there means it always falls through to the default case.

https://github.com/solana-mobile/mobile-wallet-adapter/blame/5622b1c50e0c44ebf6e805336e1fc3bbd56db75b/js/packages/wallet-adapter-mobile/src/adapter.ts#L350-L353

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

3 participants
@steveluscher @Funkatronics and others