mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
a00179d557
This should be more robust in future: we SHA256 all of the deps. For wiregen we prefix with EXPERIMENTAL_FEATURES, since it can effect them. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
62 lines
1.8 KiB
Groff
Generated
62 lines
1.8 KiB
Groff
Generated
.TH "LIGHTNING-FUNDCHANNEL_CANCEL" "7" "" "" "lightning-fundchannel_cancel"
|
|
.SH NAME
|
|
lightning-fundchannel_cancel - Command for completing channel establishment
|
|
.SH SYNOPSIS
|
|
|
|
\fBfundchannel_cancel\fR \fIid\fR
|
|
|
|
.SH DESCRIPTION
|
|
|
|
\fBfundchannel_cancel\fR is a lower level RPC command\. It allows channel opener
|
|
to cancel a channel before funding broadcast with a connected peer\.
|
|
|
|
|
|
\fIid\fR is the node id of the remote peer with which to cancel\.
|
|
|
|
|
|
Note that the funding transaction MUST NOT be broadcast before
|
|
\fBfundchannel_cancel\fR\. Broadcasting transaction before \fBfundchannel_cancel\fR
|
|
WILL lead to unrecoverable loss of funds\.
|
|
|
|
|
|
If \fBfundchannel_cancel\fR is called after \fBfundchannel_complete\fR, the remote
|
|
peer may disconnect when command succeeds\. In this case, user need to connect
|
|
to remote peer again before opening channel\.
|
|
|
|
.SH RETURN VALUE
|
|
|
|
On success, returns confirmation that the channel establishment has been
|
|
canceled\.
|
|
|
|
|
|
On error the returned object will contain \fBcode\fR and \fBmessage\fR properties,
|
|
with \fBcode\fR being one of the following:
|
|
|
|
.RS
|
|
.IP \[bu]
|
|
-32602: If the given parameters are wrong\.
|
|
.IP \[bu]
|
|
306: Unknown peer id\.
|
|
.IP \[bu]
|
|
307: No channel currently being funded that can be cancelled\.
|
|
.IP \[bu]
|
|
308: It is unsafe to cancel the channel: the funding transaction
|
|
has been broadcast, or there are HTLCs already in the channel, or
|
|
the peer was the initiator and not us\.
|
|
|
|
.RE
|
|
.SH AUTHOR
|
|
|
|
Lisa Neigut \fI<niftynei@gmail.com\fR> is mainly responsible\.
|
|
|
|
.SH SEE ALSO
|
|
|
|
\fBlightning-connect\fR(7), \fBlightning-fundchannel\fR(7),
|
|
lightning-fundchannel_\fBstart\fR(7), lightning-fundchannel_\fBcomplete\fR(7)
|
|
|
|
.SH RESOURCES
|
|
|
|
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
|
|
|
\" SHA256STAMP:e29a875e9a7899adc15fb2f345c982b7cf75a714ae0e1b4367e6531839e7cd73
|