mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
dualopend: tiny billboard capitalization change
This commit is contained in:
parent
5f6a2c05bd
commit
c5f748e716
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue