From f787c6d3b59a275c6cd7f26a504b8032c318b540 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Padiou Date: Tue, 28 Nov 2017 14:49:32 +0100 Subject: [PATCH] removed HTLC-timeout for revoked tx handling Publishing the remote's HTLC-timeout transactions is not needed anymore since #105. Also, I wonder if "A's offered HTLCs"/"B's offered HTLCs" are inverted (see #286)? --- 05-onchain.md | 1 - 1 file changed, 1 deletion(-) diff --git a/05-onchain.md b/05-onchain.md index ba56b37..06fa9fd 100644 --- a/05-onchain.md +++ b/05-onchain.md @@ -417,7 +417,6 @@ A node MUST resolve all unresolved outputs as follows: 3. _A's offered HTLCs_: The node MUST *resolve* this in one of three ways by spending: * the *commitment tx* using the payment revocation * the *commitment tx* using the payment preimage if known - * the *HTLC-timeout tx* if B publishes them 4. _B's offered HTLCs_: The node MUST *resolve* this in one of two ways by spending: * the *commitment tx* using the payment revocation * the *commitment tx* once the HTLC timeout has passed.