mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
openingd: update billboard with funding info
Make it easier for a user to know what's going on with a channel in `listpeers`.
This commit is contained in:
parent
23e7846053
commit
6e5928aa1e
1 changed files with 4 additions and 0 deletions
|
@ -610,6 +610,10 @@ static u8 *funder_channel_start(struct state *state,
|
||||||
&state->our_funding_pubkey,
|
&state->our_funding_pubkey,
|
||||||
&their_funding_pubkey));
|
&their_funding_pubkey));
|
||||||
|
|
||||||
|
/* Update the billboard with our infos */
|
||||||
|
peer_billboard(false,
|
||||||
|
"Funding channel start: awaiting funding_txid with output to %s",
|
||||||
|
tal_hex(tmpctx, funding_output_script));
|
||||||
return towire_opening_funder_start_reply(state, funding_output_script);
|
return towire_opening_funder_start_reply(state, funding_output_script);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue