mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
doc: update BOLTs to bc86304b4b0af5fd5ce9d24f74e2ebbceb7e2730
This contains the zeroconf stuff, with funding_locked renamed to channel_ready. I change that everywhere, and try to fix up the comments. Also the `alias` field is called `short_channel_id`. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Changed: Protocol: `funding_locked` is now called `channel_ready` as per latest BOLTs.
This commit is contained in:
@@ -625,7 +625,7 @@ enum watch_result onchaind_funding_spent(struct channel *channel,
|
||||
channel_fail_permanent(channel, reason, "Funding transaction spent");
|
||||
|
||||
/* If we haven't posted the open event yet, post an open */
|
||||
if (!channel->scid || !channel->remote_funding_locked) {
|
||||
if (!channel->scid || !channel->remote_channel_ready) {
|
||||
u32 blkh;
|
||||
/* Blockheight will be zero if it's not in chain */
|
||||
blkh = wallet_transaction_height(channel->peer->ld->wallet,
|
||||
|
||||
Reference in New Issue
Block a user