From 8f72ffbd3af22eb5f3a37fde9a93435abe953acd Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 24 Jan 2020 08:52:54 -1000 Subject: [PATCH] Update 08_1_Understanding_the_Foundation_of_P2SH.md --- 08_1_Understanding_the_Foundation_of_P2SH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_1_Understanding_the_Foundation_of_P2SH.md b/08_1_Understanding_the_Foundation_of_P2SH.md index 2458f03..6cfc28e 100644 --- a/08_1_Understanding_the_Foundation_of_P2SH.md +++ b/08_1_Understanding_the_Foundation_of_P2SH.md @@ -16,7 +16,7 @@ Here's the gotcha for using Bitcoin Scripts: for security reasons, most Bitcoin So how do you write a more complex Bitcoin Script? The answer is in that last sort of standard transaction, the P2SH. You can put any sort of long and complex script into a P2SH transaction, and as long as you follow the standard rules for embedding your script and for redeeming the funds, you'll get the full benefits of Bitcoin Scripting. -> **VERSION WARNING:** Arbitrary P2SH scripts only became standard as of Bitcoin Core 0.10.0. Before that, only P2SH Multisigs were allowed. +> :warning: **VERSION WARNING:** Arbitrary P2SH scripts only became standard as of Bitcoin Core 0.10.0. Before that, only P2SH Multisigs were allowed. ## Understand the P2SH Script