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:
parent
754eab7d4d
commit
c811fd3008
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user