From 21a1f717320cf5580f4ea6e9610ab021ee5feecc Mon Sep 17 00:00:00 2001 From: niftynei Date: Thu, 7 Jan 2021 18:17:03 -0600 Subject: [PATCH] df nit: capitialize acronym Suggested-By: Christian Decker @cdecker --- openingd/dualopend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openingd/dualopend.c b/openingd/dualopend.c index 1fb1cd4ea..4ec9f9aa9 100644 --- a/openingd/dualopend.c +++ b/openingd/dualopend.c @@ -761,7 +761,7 @@ static u8 *handle_send_tx_sigs(struct state *state, const u8 *msg) psbt_txid(NULL, psbt, &txid, NULL); if (!bitcoin_txid_eq(&txid, &state->funding_txid)) status_failed(STATUS_FAIL_INTERNAL_ERROR, - "Txid for passed in PSBT does not match" + "TXID for passed in PSBT does not match" " funding txid for channel. Expected %s, " "received %s", type_to_string(tmpctx, struct bitcoin_txid,