mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 17:47:30 +01:00
df nit: capitialize acronym
Suggested-By: Christian Decker @cdecker
This commit is contained in:
parent
8ea1d5ec3b
commit
21a1f71732
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ static u8 *handle_send_tx_sigs(struct state *state, const u8 *msg)
|
||||||
psbt_txid(NULL, psbt, &txid, NULL);
|
psbt_txid(NULL, psbt, &txid, NULL);
|
||||||
if (!bitcoin_txid_eq(&txid, &state->funding_txid))
|
if (!bitcoin_txid_eq(&txid, &state->funding_txid))
|
||||||
status_failed(STATUS_FAIL_INTERNAL_ERROR,
|
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, "
|
" funding txid for channel. Expected %s, "
|
||||||
"received %s",
|
"received %s",
|
||||||
type_to_string(tmpctx, struct bitcoin_txid,
|
type_to_string(tmpctx, struct bitcoin_txid,
|
||||||
|
|
Loading…
Add table
Reference in a new issue