mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-14 11:34:22 +01:00
Each peer can have one 'uncommitted' channel, which is in the process of opening. This is used for openingd, and then on return we convert it into a full-fledged struct channel and commit it into the database. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>