From 7d836a5945ad3091d110730c4a9a963d847ec8f8 Mon Sep 17 00:00:00 2001 From: niftynei Date: Thu, 10 Sep 2020 14:48:32 -0500 Subject: [PATCH] dual_open_control: nit, reword comment --- lightningd/dual_open_control.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lightningd/dual_open_control.c b/lightningd/dual_open_control.c index c19bd688d..112873795 100644 --- a/lightningd/dual_open_control.c +++ b/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;