full-node: Drop brackets around 'N' for readability

This commit is contained in:
Will Binns 2017-01-02 23:49:41 -06:00
parent 941d4e5d5e
commit d5f24bee1f

View file

@ -1297,7 +1297,7 @@ Running a node in pruned mode is incompatible with `-txindex`
and `-rescan` and disables the RPCs `importwallet`, `importaddress`, and `-rescan` and disables the RPCs `importwallet`, `importaddress`,
and `importprivkey`. and `importprivkey`.
To enable block pruning set `prune=<N>` on the command line or in `bitcoin.conf`, To enable block pruning set `prune=N` on the command line or in `bitcoin.conf`,
where `N` is the number of MiB to allot for raw block & undo data. where `N` is the number of MiB to allot for raw block & undo data.
A value of `0` disables pruning. The minimal value above `0` is `550`. Your A value of `0` disables pruning. The minimal value above `0` is `550`. Your