From 7401c9ea2c3024a260b07a19a62e0926483cc448 Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 17:25:58 +0000 Subject: [PATCH] Edited ch11_blockchain.adoc with Atlas code editor --- ch11_blockchain.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch11_blockchain.adoc b/ch11_blockchain.adoc index 68f841d6..ca61326c 100644 --- a/ch11_blockchain.adoc +++ b/ch11_blockchain.adoc @@ -752,7 +752,7 @@ regtest blockchain from scratch. You may add other nodes to the network, or run it with a single node only to test the Bitcoin Core software. -To start Bitcoin Core in regtest mode, you use the +regtest+ flag: +To start ((("Bitcoin Core", "regtest")))Bitcoin Core in regtest mode, you use the +regtest+ flag: ---- $ bitcoind -regtest