Skip to content

Commit

Permalink
docs/Configuration: include daemon in note
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz authored and nodech committed Jan 13, 2019
1 parent 6bc1ed3 commit 4f5c710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Will create a datadir of `~/.bcash_spv`, containing a chain database, wallet dat
- `cache-size`: Size (in MB) of leveldb cache and write buffer (default: 32mb).
- `spv`: Enable Simplified Payments Verification (SPV) mode

*Note: The `spv` option can not be entered in `bcoin.conf`. It will only work when passed as a launch argument:*
*Note: The `spv` and `daemon` options can not be entered in `bcoin.conf`. They will only work when passed as a launch argument:*
```
bcoin --spv
bcoin --spv --daemon
```

## Logger Options
Expand Down

0 comments on commit 4f5c710

Please sign in to comment.