Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Inaccurate wallet balance after autopilot opens channels #579

Closed
JimmyMow opened this issue Jul 22, 2018 · 1 comment
Closed

Inaccurate wallet balance after autopilot opens channels #579

JimmyMow opened this issue Jul 22, 2018 · 1 comment
Labels
status: needs review issue needs code review and testing type: bug 🐛 Something isn't working
Milestone

Comments

@JimmyMow
Copy link
Member

When autopilot opens channels for my node it does not refresh my wallet balance. Sometimes I try and send on-chain funds and Zap tells me I don't have sufficient balance. I then look and realize autopilot opened a few channels for me and the funds have gone to opening channels but my wallet balance doesn't reflect that

@Empact
Copy link
Contributor

Empact commented Jul 23, 2018

Another issue / possible explanation is that LND doesn't let you spend change until the transaction has a certain amount of depth in the chain (6 blocks, I think?). Would be nice to be able to either open several channels at once in pay-to-many, or issue unconfirmed transactions following from your own change (because unlike incoming funds, it won't disappear if the transaction is reverted in a 51% situation). Both would be changes to LND I believe.

@mrfelton mrfelton added the type: bug 🐛 Something isn't working label Jul 23, 2018
@mrfelton mrfelton changed the title Inaccurate wallet balance Inaccurate wallet balance after autopilot opens channels Jul 28, 2018
@mrfelton mrfelton added this to the v0.2.2-beta milestone Jul 28, 2018
mrfelton added a commit to mrfelton/zap-desktop that referenced this issue Aug 21, 2018
Make a call to fetch the updated balance whenever a new transaction is
detected.

Fix LN-Zap#579
mrfelton added a commit to mrfelton/zap-desktop that referenced this issue Aug 21, 2018
Make a call to fetch the updated channels whenever a new transaction is
detected.

Fix LN-Zap#579
@mrfelton mrfelton added the status: needs review issue needs code review and testing label Aug 21, 2018
mrfelton added a commit to mrfelton/zap-desktop that referenced this issue Aug 21, 2018
Make a call to fetch the updated balance whenever a new transaction is
detected.

Fix LN-Zap#579
Fix LN-Zap#580
mrfelton added a commit to mrfelton/zap-desktop that referenced this issue Aug 21, 2018
Make a call to fetch the updated channels whenever a new transaction is
detected.

Fix LN-Zap#579
Fix LN-Zap#580
mrfelton added a commit to mrfelton/zap-desktop that referenced this issue Aug 21, 2018
Make a call to fetch the updated channels whenever a new transaction is
detected.

Fix LN-Zap#579
Fix LN-Zap#580
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: needs review issue needs code review and testing type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants