diff --git a/10_2_Using_Other_Script_Commands.md b/10_2_Using_Other_Script_Commands.md index d896ba1..7ee3d10 100644 --- a/10_2_Using_Other_Script_Commands.md +++ b/10_2_Using_Other_Script_Commands.md @@ -81,3 +81,7 @@ Also see: `OP_CODESEPARATOR` (0xab), `OP_CHECKSIGVERIFY` (0xad), and `OP_CHECKMU ## Summary: Using Other Script Commands Bitcoin Script includes a wide array of arithemetic, stack, and cryptographic opcodes. Most of these additional opcodes are probably not as common as the ones discussed in previous sections, but nonetheless they're available if they're just what you need to write your Script! + +## What's Next? + +Advance through "Bitcoin Scripting" with [Chapter Eleven: Designing Real Bitcoin Scripts](11_0_Designing_Real_Bitcoin_Scripts.md).