From 07bc1bc97eaa8edd46b900f3c34635553289e0a7 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Tue, 18 Nov 2014 06:48:34 -0800 Subject: [PATCH] Made changes to ch03.asciidoc --- ch03.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index e8d27e93..2a1c7ba6 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -658,7 +658,7 @@ $ bitcoin-cli decoderawtransaction 0100000001d717...388ac00000000 "value" : 0.05000000, "n" : 0, "scriptPubKey" : { - "asm" : "OP_DUP OP_HASH160 07bdb518fa2e6089fd810235cf1100c9c13d1fd2OP_EQUALVERIFY OP_CHECKSIG", + "asm" : "OP_DUP OP_HASH160 07bdb518fa2e6089fd810235cf1100c9c13d1fd2OP_EQUALVERIFY OP_CHECKSIG", "hex" : "76a91407bdb518fa2e6089fd810235cf1100c9c13d1fd288ac", "reqSigs" : 1, "type" : "pubkeyhash", @@ -671,7 +671,7 @@ $ bitcoin-cli decoderawtransaction 0100000001d717...388ac00000000 "value" : 1.03362847, "n" : 1, "scriptPubKey" : { - "asm" : "OP_DUP OP_HASH160 107b7086b31518935c8d28703d66d09b36231343OP_EQUALVERIFY OP_CHECKSIG", + "asm" : "OP_DUP OP_HASH160 107b7086b31518935c8d28703d66d09b36231343OP_EQUALVERIFY OP_CHECKSIG", "hex" : "76a914107b7086b31518935c8d28703d66d09b3623134388ac", "reqSigs" : 1, "type" : "pubkeyhash",