Fonta1n3 / FullyNoded

Self sovereign, secure, powerful, easy to use wallet that utilizes your own node as a backend. Powered by PSBT's and descriptors. Acts as an offline signer using your node as a watch-only wallet. C-Lightning compatible for instant, unfairly cheap payments.
https://fullynoded.app
Other
198 stars 31 forks source link

CLN lightning node fails to show available sats #248

Open benjaminchodroff opened 1 year ago

benjaminchodroff commented 1 year ago

In both the Lightning node overview and in the active channels, it is reporting 0 sats on chain/confirmed/our balance/there balance inaccurately

Steps to reproduce the behavior:

  1. Add a Lightning node CLN 23.08 using sparko key with all permissions granted
  2. Click on the lightning node in latest version of FullyNode (never worked for me - only recently tried)
  3. View the available on chain/confirmed sats - will show 0 even when sats are present on chain and confirmed
  4. Click channels - all channels will show 0 sats balance on my side and their balance

Expected behavior Available sats should show

Screenshots IMG_3494

IMG_3493

Device (please complete the following information):

Additional context I am connecting to my node using Tailscale via latest sparko 2.9 linux amd64 plugin directly binary downloaded from github and have no other issues Great app otherwise - hope someone can figure this out!

Fonta1n3 commented 1 year ago

Hey thanks for reporting this bug. I think it's probably an easy fix, I know some changes were made on the CLN api. I will try and replicate asap.

Fonta1n3 commented 1 year ago

Can you confirm whether the "active wallet" view shows your Lightning balance? This is the same place you'd see your normal onchain wallet balance.

benjaminchodroff commented 1 year ago

I previously was not using the "active wallet" capability. When I click on "invoice" and then "lightning invoice" I get an error "Error fetching config. Error Serializing."

Fonta1n3 commented 1 year ago

For a quick fix you can downgrade to previous cln. Will test and see what's up.

Fonta1n3 commented 1 year ago

The supported version of CLN is 23.05.2.

Fonta1n3 commented 1 year ago

Alrighty, found the core issue here and will be pushing an update shortly.