From f3ce558eb155dfd548b97d8dc8335d3776cc16d8 Mon Sep 17 00:00:00 2001 From: Joseph Poon Date: Thu, 14 Jan 2016 17:23:22 -0800 Subject: [PATCH] typo fix --- lnwire/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lnwire/README.md b/lnwire/README.md index f8c0077f..382d8697 100644 --- a/lnwire/README.md +++ b/lnwire/README.md @@ -75,8 +75,9 @@ Commitment States Commitments: 1. HTLCs, can be modified. Any add/settlement/timeout/etc. gets added to staging. -2. Signed, only one signed state at a time can exist per party. Takes HTLCs - staging and locks it in, can now be broadcast on-chain by the counterparty. +2. Signed, more than one signed state at a time may exist per party. Takes + HTLCs staging and locks it in, can now be broadcast on-chain by the + counterparty. 3. Completed and Revoked, other party sends their revocation accepting this Commitment. Sending a revocation means you *ACCEPT* the Commitment. There should never be a case where a Commitment Signature happens and the client @@ -207,8 +208,10 @@ TIMEOUT\_SIGNING\_AND\_REVOKING TIMEOUT\_COMPLETE -Example -------- +Example (this section to be removed) +------------------------------------ + +A bit redundant, but this was written first... will merge with "Add" example Adding a single HTLC process: 1. Requester flags as pre-staged, and sends an "add requeset"