You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cln): parse msat strings and fix default socket path
- CLN's listpeerchannels returns msat values as strings (e.g.
"5000000msat"). as_u64() silently returned 0, making all
balance assertions incorrect.
- Update default socket path to match docker-compose mount
point (/tmp/cln-data/regtest/lightning-rpc).
0 commit comments