Using CLN v23.08.
I opened a channel with another CLN v23.08 peer, using funds from another wallet (fundchannel_start, fundchannel_complete). waited for it to lock in and then tried to splice out 1 sat.
lightning-cli splice_init -k channel_id=... relative_amount=-1
This returned a (v2) psbt. I then passed that into splice_update. This command didn't return immedidately. After a minute or so I interrupted it.
However subsequent calls to either splice_update and splice_signed (with the signed version) result in Currently waiting on previous splice command to finish (code 355, SPLICE_BUSY_ERROR).
How long should I wait? Is there an RPC that tells me what's going on? Should I reboot? :-)
Happy to provide more details, but not sure how to do that without doxxing a bit too much.
Using CLN v23.08.
I opened a channel with another CLN v23.08 peer, using funds from another wallet (
fundchannel_start,fundchannel_complete). waited for it to lock in and then tried to splice out 1 sat.This returned a (v2) psbt. I then passed that into
splice_update. This command didn't return immedidately. After a minute or so I interrupted it.However subsequent calls to either
splice_updateandsplice_signed(with the signed version) result inCurrently waiting on previous splice command to finish(code 355,SPLICE_BUSY_ERROR).How long should I wait? Is there an RPC that tells me what's going on? Should I reboot? :-)
Happy to provide more details, but not sure how to do that without doxxing a bit too much.