1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-03-10 09:10:07 +01:00

peer-protocol: add missing word

Missing `to`
This commit is contained in:
lisa neigut 2018-09-21 18:19:54 -07:00 committed by Rusty Russell
parent 0087a64244
commit c572c1c42a

View file

@ -603,7 +603,7 @@ HTLC can be redeemed. The following requirements ensure this is always true.
The respective **addition/removal** of an HTLC is considered *irrevocably committed* when:
1. The commitment transaction **with/without** it is committed by both nodes, and any
1. The commitment transaction **with/without** it is committed to by both nodes, and any
previous commitment transaction **without/with** it has been revoked, OR
2. The commitment transaction **with/without** it has been irreversibly committed to
the blockchain.