mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
Makefile: update to latest BOLT versions.
The main change which affects us is that 2016 blocks to forget a channel is a fixed number in the spec; we make this clear by renaming the (developer-only) max_funding_unconfirmed to dev_max_funding_unconfirmed and making it compile DEVELOPER only. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -581,7 +581,7 @@ static void dev_register_opts(struct lightningd *ld)
|
||||
"Force HSM to use these for all per-channel secrets");
|
||||
opt_register_arg("--dev-max-funding-unconfirmed-blocks",
|
||||
opt_set_u32, opt_show_u32,
|
||||
&ld->max_funding_unconfirmed,
|
||||
&ld->dev_max_funding_unconfirmed,
|
||||
"Maximum number of blocks we wait for a channel "
|
||||
"funding transaction to confirm, if we are the "
|
||||
"fundee.");
|
||||
|
||||
Reference in New Issue
Block a user