From aaa618699c4da26ca6d9e20638b4b367b5cd6a16 Mon Sep 17 00:00:00 2001 From: Joe Gesualdo Date: Mon, 11 Jul 2022 16:42:23 -0400 Subject: [PATCH] Update 10_4_Scripting_a_Multisig.md --- 10_4_Scripting_a_Multisig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_4_Scripting_a_Multisig.md b/10_4_Scripting_a_Multisig.md index af44480..4aab0a1 100644 --- a/10_4_Scripting_a_Multisig.md +++ b/10_4_Scripting_a_Multisig.md @@ -99,7 +99,7 @@ These were generally problems with any sort of complex Bitcoin script, but they ## Create a P2SH Multisig -P2SH multisigs are the modern methodology for creating multisigs on the Blockchains. They can be created very simply, using the same process seen in the previous sections. +P2SH multisigs are the modern methodology for creating multisigs on the Blockchain. They can be created very simply, using the same process seen in the previous sections. ### Create the Lock for the P2SH Multisig