From c16c1dcbbfde66ff39f88799ce7a29d563c34927 Mon Sep 17 00:00:00 2001
From: "judymcconville@roadrunner.com" <judymcconville@roadrunner.com>
Date: Wed, 3 May 2017 08:58:02 -0700
Subject: [PATCH] Edited ch03.asciidoc with Atlas code editor

---
 ch03.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ch03.asciidoc b/ch03.asciidoc
index ec37345d..84c0134d 100644
--- a/ch03.asciidoc
+++ b/ch03.asciidoc
@@ -271,7 +271,7 @@ As you can see, the first time you run +bitcoind+ it tells you that you need to
 
 ==== Configuring the Bitcoin Core Node
 
-((("Bitcoin Core", "running core nodes", "configuring")))((("warnings and cautions", "password creation")))((("passwords", "creating")))Edit the configuration file in your preferred editor and set the parameters, replacing the password with a strong password as recommended by +bitcoind+. Do _not_ use the password shown in the book. Create a file inside the _.bitcoin_ directory (under your user's home directory) so that it is named _.bitcoin/bitcoin.conf_ and provide a username and password:
+((("Bitcoin Core", "running core nodes", "configuring")))((("warnings and cautions", "password creation")))((("passwords", "creating")))((("security", "passwords")))Edit the configuration file in your preferred editor and set the parameters, replacing the password with a strong password as recommended by +bitcoind+. Do _not_ use the password shown in the book. Create a file inside the _.bitcoin_ directory (under your user's home directory) so that it is named _.bitcoin/bitcoin.conf_ and provide a username and password:
 
 [source,ini]
 ----