From 5fc1ff52fcaf365bba93818d4180874c11158d71 Mon Sep 17 00:00:00 2001 From: Joseph Poon Date: Thu, 14 Jan 2016 17:08:18 -0800 Subject: [PATCH] Typo correction --- lnwire/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lnwire/README.md b/lnwire/README.md index 38fe0ffd..f8c0077f 100644 --- a/lnwire/README.md +++ b/lnwire/README.md @@ -56,13 +56,15 @@ Close Complete Returns the Txid and sig as a courtesy. The counterparty might not send this if they're being non-cooperative. + Commitments and HTLCs ===================== This is designed to be non-blocking where there can be multiple Commitments per person and the Commitments do not need to match. A HTLC is only believed to be added when it's in both parties' most recent Commitment (same with -timeout/settle). +timeout/settle) and all prior Commitments not reflecting the change are revoked +by the counterparty. As a result, there can easily be hundreds of state updates/payments per second per channel.