From 5b81c8b3ae676f64c466445ec4f9dd298cb7cf81 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 24 May 2017 13:44:22 -0700 Subject: [PATCH] Update 8_1_Understanding_the_Foundation_of_P2SH.md --- 8_1_Understanding_the_Foundation_of_P2SH.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/8_1_Understanding_the_Foundation_of_P2SH.md b/8_1_Understanding_the_Foundation_of_P2SH.md index 27149b8..1624f04 100644 --- a/8_1_Understanding_the_Foundation_of_P2SH.md +++ b/8_1_Understanding_the_Foundation_of_P2SH.md @@ -128,6 +128,8 @@ $ bitcoin-cli -named decodescript hexstring=52210307fd375ed7cced0f50723e3e1a97bb "p2sh": "2NAGfA4nW6nrZkD5je8tSiAcYB9xL2xYMCz" } ``` +It's especially helpful to check your work. + Also consider the Python [Transaction Script Compiler](https://github.com/Kefkius/txsc), which translates back and forth. _If this is intimidating, don't worry about it; as we said, this will usually be done with an API. As we lay bare the foundation of P2SH Scripting, we're mostly explaining what those APIs will do._