From 82800755260a382a4cfad4c160d21d1357356b96 Mon Sep 17 00:00:00 2001 From: kenjiszk Date: Wed, 7 Mar 2018 17:00:56 +0900 Subject: [PATCH] fix segit to segwit --- ch07.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch07.asciidoc b/ch07.asciidoc index 943476b3..0c05e7d3 100644 --- a/ch07.asciidoc +++ b/ch07.asciidoc @@ -942,7 +942,7 @@ Mohammed's company can then construct segwit transactions to spend these payment ===== Segregated Witness addresses -Even after segwit activation, it will take some time until most wallets are upgraded. At first, segwit will be embedded in P2SH, as we saw in the previous section, to ease compatibility between segit-aware and unaware wallets. +Even after segwit activation, it will take some time until most wallets are upgraded. At first, segwit will be embedded in P2SH, as we saw in the previous section, to ease compatibility between segwit-aware and unaware wallets. However, once wallets are broadly supporting segwit, it makes sense to encode witness scripts directly in a native address format designed for segwit, rather than embed it in P2SH.