-
Notifications
You must be signed in to change notification settings - Fork 97
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
Received a 100k sats payment but balance updated 200k #198
Comments
30 tasks
Thanks for reporting this issue. Maybe related to ACINQ/phoenix-kmm#195. |
This issue should be fixed with version 1.2.0. Please reopen the issue if that's not the case. |
Yep that stale channel is shown as 'Aborted' now - thanks for this fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had 50k sats and 1 payment channel (97k inbound) open in Phoenix. I received a 100k sats payment which was larger than my only open channel so a new channel had to be opened to receive. However, It opened one channel which has a status of normal (97,000 / 123,220) and one which has a channel stuck on syncing (97,000 / 123,220). Seems to be a duplicate entry which is resulting in my balance showing an extra 97,000 sats. I am unable to send a payment over the 46,655 amount I actually have.
Below is an image, the left screen only had 49,700 sats prior to receiving the 97,000 but the balance shows an extra 97,000. You can see the duplicate channel is stuck on syncing.
The text was updated successfully, but these errors were encountered: