From c572c1c42af68ce2e9eb574658f64ee2e247497c Mon Sep 17 00:00:00 2001 From: lisa neigut Date: Fri, 21 Sep 2018 18:19:54 -0700 Subject: [PATCH] peer-protocol: add missing word Missing `to` --- 02-peer-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index dcf333f..61d18b5 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -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.