diff options
| author | Carl Dong <[email protected]> | 2017-07-18 21:17:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-18 21:17:39 -0700 |
| commit | 72a184a780f29d7833d900d728c0c3a10f460969 (patch) | |
| tree | f145ee8ab4e0562925def028e99daf64dd9b275a /doc | |
| parent | Merge #10784: Do not allow users to get keys from keypool without reserving them (diff) | |
| download | discoin-72a184a780f29d7833d900d728c0c3a10f460969.tar.xz discoin-72a184a780f29d7833d900d728c0c3a10f460969.zip | |
Update init.md: Fix line breaks in section 3b.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/init.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/init.md b/doc/init.md index e3db5b05e..16e077149 100644 --- a/doc/init.md +++ b/doc/init.md @@ -69,8 +69,8 @@ can then be controlled by group membership. Binary: `/usr/local/bin/bitcoind` Configuration file: `~/Library/Application Support/Bitcoin/bitcoin.conf` -Data directory: `~/Library/Application Support/Bitcoin` -Lock file: `~/Library/Application Support/Bitcoin/.lock` +Data directory: `~/Library/Application Support/Bitcoin` +Lock file: `~/Library/Application Support/Bitcoin/.lock` 4. Installing Service Configuration ----------------------------------- |