Skip to content

Commit

Permalink
dual_open_control: nit, reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
niftynei authored and rustyrussell committed Sep 23, 2020
1 parent aa6420c commit 7d836a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lightningd/dual_open_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ static bool psbt_side_contribs_changed(struct wally_psbt *orig,
return false;
}

/* Adds serials indiscriminately to any input/output that doesn't
* have one yet */
/* Adds serials to our inputs + outputs that don't have one yet */
static void psbt_add_serials(struct wally_psbt *psbt, enum side opener)
{
u16 serial_id;
Expand Down

0 comments on commit 7d836a5

Please sign in to comment.