lightningd: rename anchor_confirms to funding_confirms.
Calling the funding tx an anchor is pre-spec terminology, which is now confusing; let's rename the variable. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -21,8 +21,8 @@ struct config {
|
||||
/* How long do we let them lock up our funds? (blocks: 2016 by spec) */
|
||||
u32 max_htlc_cltv;
|
||||
|
||||
/* How many confirms until we consider an anchor "settled". */
|
||||
u32 anchor_confirms;
|
||||
/* How many confirms until we consider a funding tx "settled". */
|
||||
u32 funding_confirms;
|
||||
|
||||
/* Minimum CLTV to subtract from incoming HTLCs to outgoing */
|
||||
u32 cltv_expiry_delta;
|
||||
|
||||
Reference in New Issue
Block a user