From 356fdea5d2b7e53ca8548b54fe8524919ef1f020 Mon Sep 17 00:00:00 2001 From: Owen Gunden Date: Fri, 10 Sep 2021 14:53:05 -0400 Subject: [PATCH] fix typos (#804) --- 09_channel_operation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_channel_operation.asciidoc b/09_channel_operation.asciidoc index 924f9a5..1387733 100644 --- a/09_channel_operation.asciidoc +++ b/09_channel_operation.asciidoc @@ -227,7 +227,7 @@ As we will see in the next section, the maximum is only for _pending_ HTLCs, sin Now Bob and Alice both have a new commitment transaction with an additional HTLC output and we have achieved a major step towards updating a payment channel. -The new Balance of Alice and Bob does not reflect yet that Alice has successfully send 50,200 satoshis to Bob. +The new balance of Alice and Bob does not reflect yet that Alice has successfully sent 50,200 satoshis to Bob. However the HTLCs are now set up in a way that secure settlement in exchange for the proof of payment will be possible.