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:
Rusty Russell
2016-11-09 08:04:20 +10:30
parent b349e2884b
commit bbd1bbd931
6 changed files with 13 additions and 74 deletions

View File

@@ -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.
*/