From ee79882eb85e46ac3e266487710ab371d0143c28 Mon Sep 17 00:00:00 2001 From: Stacie Waleyko Date: Mon, 28 Oct 2019 08:30:42 -0400 Subject: [PATCH] Fix typo in chapter 7 ("to" => "with") --- ch07.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch07.asciidoc b/ch07.asciidoc index 4989c9b5..d721f736 100644 --- a/ch07.asciidoc +++ b/ch07.asciidoc @@ -886,7 +886,7 @@ Even though Alice's wallet has no support for segwit, the payment it creates can Similarly, a P2WSH witness program for a multisig script or other complicated script can be embedded inside a P2SH script and address, making it possible for any wallet to make payments that are segwit compatible. -As we saw in <>, Mohammed's ((("use cases", "import/export")))company is using Segregated Witness payments to multisignature scripts. To make it possible for any client to pay his company, regardless of whether their wallets are upgraded for segwit, Mohammed's wallet can embed the P2WSH witness program inside a P2SH script. +As we saw in <>, Mohammed's ((("use cases", "import/export")))company is using Segregated Witness payments with multisignature scripts. To make it possible for any client to pay his company, regardless of whether their wallets are upgraded for segwit, Mohammed's wallet can embed the P2WSH witness program inside a P2SH script. First, Mohammed's wallet hashes the redeem script with SHA256 (just once). Let's use +bx+ to do that on the command-line: