mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +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:
committed by
Rusty Russell
parent
23e7846053
commit
6e5928aa1e
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user