-
Notifications
You must be signed in to change notification settings - Fork 238
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
Feature: stacktrack 0.2.1 and spectrum 0.3.1 #2074
Feature: stacktrack 0.2.1 and spectrum 0.3.1 #2074
Conversation
✅ Deploy Preview for specter-desktop-docs canceled.
|
I am getting this error when trying to access the wallets overview:
Chart in an individual wallet works fine, though (didn't work for me with the prior version): |
I've investigated the error a bit and it is very likely due to Tagging @wombat6 as well here. |
Digging into
So, it looks to me that the issue is with unconfirmed transactions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handling of unconfirmed transactions with blockheight None
has to be fixed.
Mitigated: In
I've created cryptoadvance/specterext-stacktrack#12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error is caught now and wallets overview is shown without chart if there are unconfirmed tx.
No description provided.