|
NAMElightning-openchannel_abort - Command to abort a channel to a peerSYNOPSISopenchannel_abort channel_idDESCRIPTIONopenchannel_init is a low level RPC command which initiates a channel open with a specified peer. It uses the openchannel protocol which allows for interactive transaction construction.channel_id is id of this channel. RETURN VALUEOn success, an object is returned, containing:
On error the returned object will contain code and message properties, with code being one of the following:
SEE ALSOlightning-openchannel_init(7), lightning-openchannel_update(7), lightning-openchannel_signed(7), lightning-openchannel_bump(7), lightning-fundchannel_start(7), lightning-fundchannel_complete(7), lightning-fundchannel(7), lightning-fundpsbt(7), lightning-utxopsbt(7), lightning-multifundchannel(7)AUTHOR@niftynei <niftynei@gmail.com> is mainly responsible.RESOURCESMain web site: https://github.com/ElementsProject/lightning Visit the GSP FreeBSD Man Page Interface. |