mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
openingd: patch test_opening_tiny_channel under EXP_FEAT
`test_opening_tiny_channel` fails if EXPERIMENTAL_FEATURES is on because we don't include the anchor in our reserve if we're the channel opener. Seems fine to include in all cases?
This commit is contained in:
parent
2dd6b82dfb
commit
60be62a3bb
@ -69,7 +69,6 @@ bool check_config_bounds(const tal_t *ctx,
|
||||
*/
|
||||
/* (We simply include in "reserve" here if they opened). */
|
||||
if (option_anchor_outputs
|
||||
&& !am_opener
|
||||
&& !amount_sat_add(&reserve, reserve, AMOUNT_SAT(660))) {
|
||||
*err_reason = tal_fmt(ctx,
|
||||
"cannot add anchors to reserve %s",
|
||||
|
Loading…
Reference in New Issue
Block a user