mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-07 08:04:23 +01:00
state: remove anchor timeout.
We'll bring it back as a block-based timeout at the end. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -89,14 +89,6 @@ enum state_input {
|
||||
*/
|
||||
INPUT_NONE,
|
||||
|
||||
/*
|
||||
* Bitcoin events
|
||||
*/
|
||||
/* It didn't reach the required depth in time. */
|
||||
BITCOIN_ANCHOR_TIMEOUT,
|
||||
/* No more HTLCs in either commitment tx. */
|
||||
INPUT_HTLCS_CLEARED,
|
||||
|
||||
/*
|
||||
* Timeouts.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user