1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00

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)?
This commit is contained in:
Pierre-Marie Padiou 2017-11-28 14:49:32 +01:00 committed by GitHub
parent 963b103113
commit f787c6d3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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