Skip to content

Commit

Permalink
openingd: patch test_opening_tiny_channel under EXP_FEAT
Browse files Browse the repository at this point in the history
`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?
  • Loading branch information
niftynei authored and rustyrussell committed Oct 15, 2020
1 parent 2dd6b82 commit 60be62a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openingd/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 60be62a

Please sign in to comment.