-
Notifications
You must be signed in to change notification settings - Fork 63
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
[lianad] panic if used with non-rescan wallet + imported DB #1128
Comments
more context: wallet imported + liana DB copied + connected to a remote bitcoind (forgot to rescan) More log after restart liana-gui:
|
note: i cannot rescan at that point need remove + recreate wallet |
it seems like you imported a DB without importing the corresponding descriptor, which made bitcoind return an error, which made the poller thread crash and then the GUI crashed. I don't think we should ever support this scenario. |
it's the corresponding descriptor: i've spend one of the coin w/o rescanning btw the gui didn't panic |
Clearly the watchonly wallet has no knowledge of the descriptor whatsoever, so it must not have been loaded.
…On Friday, June 21st, 2024 at 1:55 PM, pythcoiner ***@***.***> wrote:
> it seems like you imported a DB without importing the corresponding descriptor, which made bitcoind return an error, which made the poller thread crash and then the GUI crashed. I don't think we should ever support this scenario.
it's the corresponding descriptor: i've spend one of the coin w/o rescanning
btw the gui didn't panic
—
Reply to this email directly, [view it on GitHub](#1128 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AFLK3F4GV6UIAVE2VT5OMJDZIQIEFAVCNFSM6AAAAABJVK2C7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBSGYYDSNRRG4).
You are receiving this because you commented.Message ID: ***@***.***>
|
its an error that should never happend w/ a normal use, nobody should do this, but maybe we can avoid panic |
(this should not happend to an user, i manually add a liana DB to a freshly re-created wallet that is connected to a remote bitcoind + did not rescan)
(but i think we should not panic but error)
this happend while spending (after broadcast)Note: from master 610a95b
The text was updated successfully, but these errors were encountered: