From 87ea4ae643dcac1c9a7c33ea024d1a60667519c2 Mon Sep 17 00:00:00 2001 From: Justus Kandzi Date: Wed, 17 Jan 2018 15:52:12 +0100 Subject: [PATCH] fix typo (presmably) --- 11_1_Writing_Puzzle_Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11_1_Writing_Puzzle_Scripts.md b/11_1_Writing_Puzzle_Scripts.md index cef5386..0aa3a6e 100644 --- a/11_1_Writing_Puzzle_Scripts.md +++ b/11_1_Writing_Puzzle_Scripts.md @@ -189,7 +189,7 @@ Yet, Peter Todd's cryptographic bounties prove that puzzle scripts do have some Puzzles scripts are a great introduction to more realistic and complex Bitcoin Scripts. They demonstrate the power of the mathematical and stack functions in Bitcoin Script and how they can be carefully combined to create questions that require very specific answers. However, their real-world usage is also limited by the security issues inherent in non-signed Bitcoin transactions. -_What is the power of puzzle script?_ Despite their limitations, puzzles scripts have been used in the real world as the prizes for computational bounties. Anyone who can figure out a complex puzzle, whose solution presmably has some real-world impact, can win the bounty. Whether they get to actually keep it is another question. +_What is the power of puzzle script?_ Despite their limitations, puzzles scripts have been used in the real world as the prizes for computational bounties. Anyone who can figure out a complex puzzle, whose solution presumably has some real-world impact, can win the bounty. Whether they get to actually keep it is another question. ## What's Next?