04_node_client.asciidoc: fix subheader hierarchy

pull/854/head
randymcmillan 3 years ago
parent 6ba237e57d
commit a75577ab13
No known key found for this signature in database
GPG Key ID: 97966C06BB06757B

@ -136,7 +136,7 @@ A Bitcoin node can be operated in _regtest_ mode, where the node creates a local
The container for Bitcoin Core is +bitcoind+. It is configured to run Bitcoin Core in +regtest+ mode and to mine 6 new blocks every 10 seconds. Its RPC port is exposed on port 18443 and accessible for RPC calls with the username +regtest+ and the password +regtest+. You can also access it with an interactive shell and run +bitcoin-cli+ commands locally.
===== Building the Bitcoin Core container
==== Building the Bitcoin Core container
Let's prepare the +bitcoind+ container. The easiest way is to pull the latest container from _Docker Hub_:

Loading…
Cancel
Save