Browse Source

dual_open_control: nit, reword comment

travis-experimental
niftynei 4 years ago
committed by Rusty Russell
parent
commit
7d836a5945
  1. 3
      lightningd/dual_open_control.c

3
lightningd/dual_open_control.c

@ -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;

Loading…
Cancel
Save