mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 17:18:44 +01:00
peer-protocol: add missing word
Missing `to`
This commit is contained in:
parent
0087a64244
commit
c572c1c42a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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
|
previous commitment transaction **without/with** it has been revoked, OR
|
||||||
2. The commitment transaction **with/without** it has been irreversibly committed to
|
2. The commitment transaction **with/without** it has been irreversibly committed to
|
||||||
the blockchain.
|
the blockchain.
|
||||||
|
|
Loading…
Add table
Reference in a new issue