From f7483688ba92172eb3e27af33fa621d64cfe04d3 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Sat, 19 Sep 2020 23:03:05 +0200 Subject: [PATCH] Update 13_3_Empowering_Bitcoin_with_Scripts.md --- 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 0044106..0437281 100644 --- a/13_3_Empowering_Bitcoin_with_Scripts.md +++ b/13_3_Empowering_Bitcoin_with_Scripts.md @@ -6,7 +6,7 @@ Bitcoin Scripts can go far beyond the relatively simple financial instruments de ## Lock for the Lightning Network -The [Lightning Network](https://rusty.ozlabs.org/?p=450) is a payment channel that allows users to take funds off-chain and engage in numerous microtransactions before finalizing the payment channel and bringing the funds back into Bitcoin. Benefits include lower fees and faster transaction speeds. It's discussed in more detail, with examples of how to use it from the command line, starting [Chapter 18](18_0_Understanding_Lightning.md). +The [Lightning Network](https://rusty.ozlabs.org/?p=450) is a payment channel that allows users to take funds off-chain and engage in numerous microtransactions before finalizing the payment channel and bringing the funds back into Bitcoin. Benefits include lower fees and faster transaction speeds. It's discussed in more detail, with examples of how to use it from the command line, starting [Chapter 18](18_0_Understanding_Your_Lightning_Setup.md). [BIP 112](https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki) contains a few examples of how these off-chain transactions could be generated, using Bitcoin locking scripts.