1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-26 18:08:31 +00:00

Made changes to ch03.asciidoc

This commit is contained in:
myarbrough@oreilly.com 2014-11-18 06:46:16 -08:00
parent 754eab7d4d
commit c811fd3008

View File

@ -635,9 +635,9 @@ To decode this hex string, use the +decoderawtransaction+ command. Copy and past
---- ----
$ bitcoin-cli decoderawtransaction 0100000001d717...388ac00000000 $ bitcoin-cli decoderawtransaction 0100000001d717...388ac00000000
---- ----
[source,json]
++++ ++++
<programlisting> <programlisting language="json">
{ {
"txid" : "9ca8f969bd3ef5ec2a8685660fdbf7a8bd365524c2e1fc66c309acbae2c14ae3", "txid" : "9ca8f969bd3ef5ec2a8685660fdbf7a8bd365524c2e1fc66c309acbae2c14ae3",
"version" : 1, "version" : 1,