mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
channeld/dualopend/lightningd: use channel_ready everywhere.
This alters the billboard, but that's a human-readable thing so not noted in CHANGELOG. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Changed: JSON-RPC: `listpeers` `status` now refers to "channel ready" rather than "funding locked" (BOLT language change for zeroconf channels) Changelog-Added: JSON-RPC: `channel_opened` notification `channel_ready` flag. Changelog-Deprecated: JSON-RPC: `channel_opened` notification `funding_locked` flag (use `channel_ready`: BOLTs namechange).
This commit is contained in:
@@ -1790,7 +1790,7 @@ void dualopen_tell_depth(struct subd *dualopend,
|
||||
} else
|
||||
channel_set_billboard(channel, false,
|
||||
tal_fmt(tmpctx, "Funding needs %d more"
|
||||
" confirmations for lockin.",
|
||||
" confirmations to be ready.",
|
||||
to_go));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user