From e80de3ec5cb80759c894011e17b087c9490b36cd Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Mon, 22 May 2017 15:20:44 -0700 Subject: [PATCH] Update 8_3_Testing_a_Bitcoin_Script.md --- 8_3_Testing_a_Bitcoin_Script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8_3_Testing_a_Bitcoin_Script.md b/8_3_Testing_a_Bitcoin_Script.md index 00ffc21..aeb3910 100644 --- a/8_3_Testing_a_Bitcoin_Script.md +++ b/8_3_Testing_a_Bitcoin_Script.md @@ -50,7 +50,7 @@ _If signatures were indeed considered valid, this would be a great resource, but ## Test a Script with Software Packages -Software packages may be another future for the testing of Bitcoin Scripts. A Python package called [Hashmal](https://github.com/mazaclub/hashmal) is very promising, but it was still in Alpha at the time of this writing. +Software packages may be another future for the testing of Bitcoin Scripts. A Python package called [Hashmal](https://github.com/mazaclub/hashmal) is very promising, but it was still in Alpha at the time of this writing. The Python [Transaction Script Compiler](https://github.com/Kefkius/txsc) is also interesting, though it just converts a script between different representations, rather than actually running it. ## Test a Script with Bitcoin