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

[Bug]: Unable to check status of tx #2254

Open
thisispav opened this issue Sep 27, 2024 · 3 comments
Open

[Bug]: Unable to check status of tx #2254

thisispav opened this issue Sep 27, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@thisispav
Copy link

Describe the bug

I am on the homescreen and I want to check the status of my onchain tx - the moment I click on that I am prompted with this screen

Reproduce

  1. Go to homescreen
  2. Click on latest onchain tx
  3. See error

Screenshots / Recording

photo_2024-09-27_11-37-09
bitkit_ldk_logs_1727426351930.zip

Operating system

Android

Bitkit version

v136

Log output

No response

@thisispav thisispav added bug Something isn't working triage This issue needs to be looked over by the team labels Sep 27, 2024
@catch-21
Copy link
Contributor

catch-21 commented Sep 30, 2024

@thisispav Was it a send or receive? Do you have the txid?

@pwltr pwltr self-assigned this Oct 2, 2024
@pwltr pwltr removed the triage This issue needs to be looked over by the team label Oct 2, 2024
@pwltr
Copy link
Collaborator

pwltr commented Oct 2, 2024

@coreyphillips Looks like this error is coming from the wallet not being instantiated for a couple of seconds after app start. Changing the type tolet wallet: TWallet | undefined; gives a lot of type errors. Any ideas how we can correct this?

image

@coreyphillips
Copy link
Collaborator

We could add logic on-start to restrict certain views or only pass the user off to the main wallet view once setupOnChainWallet has completed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants