mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-07-26 08:28:16 +00:00
Edited ch03.asciidoc with Atlas code editor
This commit is contained in:
parent
d8e55fa78f
commit
e85193d166
@ -637,8 +637,8 @@ $ bitcoin-cli getblock 0000000000000001b6b9a13b095e96db41c4a928b97ef2d944a9b3&#x
|
|||||||
</pre>
|
</pre>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
[source="json"]
|
++++
|
||||||
----
|
<pre data-type="programlisting" data-code-language="json">
|
||||||
{
|
{
|
||||||
"hash": "0000000000000001b6b9a13b095e96db41c4a928b97ef2d944a9b31b2cc7bdc4",
|
"hash": "0000000000000001b6b9a13b095e96db41c4a928b97ef2d944a9b31b2cc7bdc4",
|
||||||
"confirmations": 37371,
|
"confirmations": 37371,
|
||||||
@ -672,7 +672,8 @@ $ bitcoin-cli getblock 0000000000000001b6b9a13b095e96db41c4a928b97ef2d944a9b3&#x
|
|||||||
"previousblockhash": "0000000000000002a7bbd25a417c0374cc55261021e8a9ca74442b01284f0569",
|
"previousblockhash": "0000000000000002a7bbd25a417c0374cc55261021e8a9ca74442b01284f0569",
|
||||||
"nextblockhash": "000000000000000010236c269dd6ed714dd5db39d36b33959079d78dfd431ba7"
|
"nextblockhash": "000000000000000010236c269dd6ed714dd5db39d36b33959079d78dfd431ba7"
|
||||||
}
|
}
|
||||||
----
|
</pre>
|
||||||
|
++++
|
||||||
|
|
||||||
The block contains 419 transactions and the 64th transaction listed (+0627052b...+) is Alice's coffee payment. The +height+ entry tells us this is the 277316th block in the blockchain.
|
The block contains 419 transactions and the 64th transaction listed (+0627052b...+) is Alice's coffee payment. The +height+ entry tells us this is the 277316th block in the blockchain.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user