rust-lightning/lightning
Alec Chen 8058a600d0 Handle fallible commitment point when getting accept_channel
Similar to `open_channel`, if a signer cannot provide a commitment point
immediately, we set a flag to remember we're waiting for a point to send
`accept_channel`. We make sure to get the first two points before moving
on, so when we advance our commitment we always have a point available.
2024-12-13 13:06:31 -08:00
..
src Handle fallible commitment point when getting accept_channel 2024-12-13 13:06:31 -08:00
Cargo.toml Drop log-limiting features 2024-12-03 17:26:49 +01:00