From 7639044de89643dfbd1997fe0a5e6f6afbcb8aa4 Mon Sep 17 00:00:00 2001 From: Cesar Alvarez Vallero Date: Sun, 22 Aug 2021 21:38:21 -0300 Subject: [PATCH] Fix typo --- 13_3_Empowering_Bitcoin_with_Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13_3_Empowering_Bitcoin_with_Scripts.md b/13_3_Empowering_Bitcoin_with_Scripts.md index c7e84cd..c93afcd 100644 --- a/13_3_Empowering_Bitcoin_with_Scripts.md +++ b/13_3_Empowering_Bitcoin_with_Scripts.md @@ -270,7 +270,7 @@ Running through the script reveals that the initial checks, above the `IF`/`ELSE #### Understand HTLCs -HTLCs are quite complex, and this overview doesn't try to explain all of their intricacies. Rusty Russell's [overview](https://rusty.ozlabs.org/?p=462) explains more. and there's even more detail in his [Deployable Lightning](https://github.com/ElementsProject/lightning/blob/master/doc/deployable-lightning.pdf) paper. But don't worry if some of the intricacies still escape you, particularly the interrelations of the two scripts. +HTLCs are quite complex, and this overview doesn't try to explain all of their intricacies. Rusty Russell's [overview](https://rusty.ozlabs.org/?p=462) explains more and there's even more detail in his [Deployable Lightning](https://github.com/ElementsProject/lightning/blob/master/doc/deployable-lightning.pdf) paper. But don't worry if some of the intricacies still escape you, particularly the interrelations of the two scripts. For the purposes of this tutorial, there are two important lessons for HTLCs: