mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +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
@@ -51,7 +51,7 @@ struct config {
|
||||
/* How long between changing commit and sending COMMIT message. */
|
||||
u32 commit_time_ms;
|
||||
|
||||
/* Do we let the funder set any fee rate they want */
|
||||
/* Do we let the opener set any fee rate they want */
|
||||
bool ignore_fee_limits;
|
||||
|
||||
/* Number of blocks to rescan from the current head, or absolute
|
||||
|
||||
Reference in New Issue
Block a user