From c5f748e716c87ced137f5dcb552ff8735c6b3934 Mon Sep 17 00:00:00 2001 From: niftynei Date: Thu, 3 Sep 2020 13:16:51 -0500 Subject: [PATCH] dualopend: tiny billboard capitalization change --- openingd/dualopend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openingd/dualopend.c b/openingd/dualopend.c index 6e5396e2b..bab69c3d3 100644 --- a/openingd/dualopend.c +++ b/openingd/dualopend.c @@ -1048,7 +1048,7 @@ static u8 *accepter_start(struct state *state, const u8 *oc2_msg) a_tlv); sync_crypto_write(state->pps, msg); - peer_billboard(false, "Channel Opening: accept sent, waiting for reply"); + peer_billboard(false, "channel open: accept sent, waiting for reply"); /* Figure out what the funding transaction looks like! */ if (!run_tx_interactive(state, &psbt))