From fbf39cb5f0e3443b7a8a3ed6f33cec74028e3e27 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Sat, 2 Jan 2016 11:03:15 -0600 Subject: [PATCH] Correction for errata 152529 --- ch07.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch07.asciidoc b/ch07.asciidoc index 5843c7c3..8849e2d4 100644 --- a/ch07.asciidoc +++ b/ch07.asciidoc @@ -89,7 +89,7 @@ Using the Bitcoin Core reference client on the command line: ---- -$ bitcoind getblock 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f +$ bitcoin-cli getblock 000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f ---- [source,json] ----