Browse Source

dualopend: tiny billboard capitalization change

travis-experimental
niftynei 4 years ago
committed by Rusty Russell
parent
commit
c5f748e716
  1. 2
      openingd/dualopend.c

2
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))

Loading…
Cancel
Save