From e50f3afc6b5c865e7ceabc7d31883b386497ce27 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Fri, 24 Jan 2020 08:08:22 -1000 Subject: [PATCH] Update 07_4_Testing_a_Bitcoin_Script.md --- 07_4_Testing_a_Bitcoin_Script.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07_4_Testing_a_Bitcoin_Script.md b/07_4_Testing_a_Bitcoin_Script.md index 8ce498d..352b6f7 100644 --- a/07_4_Testing_a_Bitcoin_Script.md +++ b/07_4_Testing_a_Bitcoin_Script.md @@ -1,8 +1,8 @@ -> **WARNING:** This section is of limited utility due to a lack of good test sites and test suites. +> :warning: **WARNING:** This section is of limited utility due to a lack of good test sites and test suites. # 7.4: Testing a Bitcoin Script -> **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. +> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. Bitcoin Scripting allows for considerable additional control over Bitcoin transactions, but it's also somewhat dangerous. As we'll describe in [ยง8.1](08_1_Understanding_the_Foundation_of_P2SH.md), the actual Scripts are somewhat isolated from the Bitcoin network, which means that it's possible to write a script and have it accepted by the network even if it's impossible to redeem from that script! So, you need to thoroughly test your Scripts before you put your money into them.