You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
887 B
36 lines
887 B
.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 a user to
|
|
cancel an initiated channel establishment with a connected peer\.
|
|
|
|
|
|
\fIid\fR is the node id of the remote peer with which to cancel the
|
|
|
|
.SH RETURN VALUE
|
|
|
|
On success, returns confirmation that the channel establishment has been
|
|
canceled\.
|
|
|
|
|
|
On failure, returns an error\.
|
|
|
|
.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
|
|
|
|
|