Skip to content

Commit b9ffcd2

Browse files
authored
Merge pull request #188 from javiervargas/patch-18
Fix typo
2 parents 99a3fc2 + ad56f04 commit b9ffcd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

10_4_Scripting_a_Multisig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Now you know how the multisig transaction in [§6.1](06_1_Sending_a_Transaction_
142142

143143
## Summary: Creating Multisig Scripts
144144

145-
Multisigs are a standard transaction type, but they're a bit cumbersome to use, so they're regularly incorporated in P2SH transactions, as was the case in [§6.1](6_1_Sending_a_Transaction_to_a_Multisig.md) when we created our first multisigs. The result is cleaner, smaller, and more standardized — but more importantly, it's a great real-world example of how P2SH scripts really work.
145+
Multisigs are a standard transaction type, but they're a bit cumbersome to use, so they're regularly incorporated in P2SH transactions, as was the case in [§6.1](06_1_Sending_a_Transaction_to_a_Multisig.md) when we created our first multisigs. The result is cleaner, smaller, and more standardized — but more importantly, it's a great real-world example of how P2SH scripts really work.
146146

147147
## What's Next?
148148

0 commit comments

Comments
 (0)