synonymdev / bitkit

Self-custodial Bitcoin and Lightning Wallet for Android and iOS.
https://bitkit.to
MIT License
113 stars 23 forks source link

[Bug]: Spending balance is zero even after receiving sats #1073

Closed JeanlChristophe closed 1 year ago

JeanlChristophe commented 1 year ago

Describe the bug

After opening a first channel, I received 2 times 2 sats. But I can't send it back to the sender. When checking into "Lightning connections", spending balance is 0.

Then I received :

After that I could send 5 sats with success

bitkit_ldk_logs_1685102844095.zip

Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots / Recording

Screenshot_20230526-134920 Screenshot_20230526-134103 Screenshot_20230526-134119

Operating system

Graphene OS

Bitkit version

No response

Log output

No response

JeanlChristophe commented 1 year ago

I think it's because my reserv balance was too small. Could you confirm that's more a UX bug than a LN issue? Thanks

pwltr commented 1 year ago

Yes seems likely that this is because of your balance being below reserve amount, we've added a bit of UI to show this a few days ago, see https://github.com/synonymdev/bitkit/pull/1052. Not sure if this made it into the build you are testing.

JeanlChristophe commented 1 year ago

thanks