mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 09:04:22 +01:00
df: rename 'funder' to 'opener'
Previously we've used the term 'funder' to refer to the peer paying the fees for a transaction; v2 of openchannel will make this no longer true. Instead we rename this to 'opener', or the peer sending the 'open_channel' message, since this will be universally true in a dual-funding world.
This commit is contained in:
committed by
Rusty Russell
parent
964a3583c4
commit
0e20e3c5e7
2
doc/lightning-fundchannel_cancel.7
generated
2
doc/lightning-fundchannel_cancel.7
generated
@@ -7,7 +7,7 @@ lightning-fundchannel_cancel - Command for completing channel establishment
|
||||
|
||||
.SH DESCRIPTION
|
||||
|
||||
\fBfundchannel_cancel\fR is a lower level RPC command\. It allows channel funder
|
||||
\fBfundchannel_cancel\fR is a lower level RPC command\. It allows channel opener
|
||||
to cancel a channel before funding broadcast with a connected peer\.
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ SYNOPSIS
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
||||
`fundchannel_cancel` is a lower level RPC command. It allows channel funder
|
||||
`fundchannel_cancel` is a lower level RPC command. It allows channel opener
|
||||
to cancel a channel before funding broadcast with a connected peer.
|
||||
|
||||
*id* is the node id of the remote peer with which to cancel.
|
||||
|
||||
Reference in New Issue
Block a user