plugins icon indicating copy to clipboard operation
plugins copied to clipboard

rebalance issue

Open 0ceanSlim opened this issue 9 months ago • 1 comments

I'm trying to rebalance one channel to another. lightning-cli rebalance <scid> <scid>

When I send the command I get this in the terminal

{
"status": "exception",
"message": "Error with outgoing channel"
}

my cli debug log shows

2025-02-14T20:30:13.301Z INFO    plugin-rebalance.py: Thread0 4 hops and 4.052sat fees for 50000sat along route: mynode -> OrangeWhisper|CLN -> bxm -> Boltz|CLN -> mynode
2025-02-14T20:30:13.303Z INFO    lightningd: Sending 50004052msat over 4 hops to deliver 50000000msat

But the rebalance doesn't happen.

lightningd journal doesn't show any activity

The command worked fine with 4 other channels.

0ceanSlim avatar Feb 14 '25 20:02 0ceanSlim

@gallizoltan since you are the maintainer of rebalance, would you care to comment?

I haven't used this plugin much myself.

Seems like maybe the problem is just that we should log the failure?

chrisguida avatar Feb 26 '25 17:02 chrisguida