From a91402d9e50eabaf9e93eeb6e71ede8081ce2d59 Mon Sep 17 00:00:00 2001 From: Justin Hanneman Date: Mon, 22 Jun 2020 21:50:36 -0600 Subject: [PATCH] Avoid ambiguous (numerically-interpretable) input to btcdeb example --- 07_2_Running_a_Bitcoin_Script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_2_Running_a_Bitcoin_Script.md b/07_2_Running_a_Bitcoin_Script.md index 58a1f0d..f717cff 100644 --- a/07_2_Running_a_Bitcoin_Script.md +++ b/07_2_Running_a_Bitcoin_Script.md @@ -80,7 +80,7 @@ Let's try this out: ```Bash $ btcc OP_1 OP_2 OP_ADD 515293 -$ btcdeb '[OP_1 OP_2 OP_ADD]' # or: btcdeb 515293 +$ btcdeb '[OP_1 OP_2 OP_ADD]' # or: btcdeb 0x515293 btcdeb -- type `btcdeb -h` for start up options valid script 3 op script loaded. type `help` for usage information