Merge pull request #587 from joegesualdo/patch-5

Update 10_4_Scripting_a_Multisig.md
This commit is contained in:
Shannon Appelcline 2022-12-13 14:46:07 -10:00 committed by GitHub
commit 0cadc9b8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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