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.
56 lines
1.3 KiB
56 lines
1.3 KiB
.TH "LIGHTNING-FUNDCHANNEL_COMPLETE" "7" "" "" "lightning-fundchannel_complete"
|
|
.SH NAME
|
|
|
|
|
|
lightning-fundchannel_complete - Command for completing channel
|
|
establishment
|
|
|
|
.SH SYNOPSIS
|
|
|
|
\fBfundchannel_complete\fR \fIid\fR \fItxid\fR \fItxout\fR
|
|
|
|
.SH DESCRIPTION
|
|
|
|
\fBfundchannel_complete\fR is a lower level RPC command\. It allows a user to
|
|
complete an initiated channel establishment with a connected peer
|
|
|
|
|
|
\fIid\fR is the node id of the remote peer
|
|
|
|
|
|
\fItxid\fR is the hex string of the funding transaction id\.
|
|
|
|
|
|
\fItxout\fR is the integer outpoint of the funding output for this channel\.
|
|
|
|
|
|
Note that the funding transaction should not be broadcast until after
|
|
channel establishment has been successfully completed, as the commitment
|
|
transactions for this channel are not secured until this command
|
|
succesfully completes\.
|
|
|
|
.SH RETURN VALUE
|
|
|
|
On success, returns a confirmation that \fIcommitments_secured\fR and the
|
|
derived \fIchannel_id\fR\.
|
|
|
|
|
|
On failure, returns an error\.
|
|
|
|
.SH AUTHOR
|
|
|
|
Lisa Neigut \fBNone\fR (\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_\fBcancel\fR(7)
|
|
|
|
.SH RESOURCES
|
|
|
|
Main web site: \fBNone\fR (\fIhttps://github.com/ElementsProject/lightning\fR)
|
|
|
|
.HL
|
|
|
|
Last updated 2019-06-12 11:16:20 CEST
|
|
|
|
|