From d5f24bee1fcdbfd9bbcdf795c335f705957b3bb8 Mon Sep 17 00:00:00 2001 From: Will Binns Date: Mon, 2 Jan 2017 23:49:41 -0600 Subject: [PATCH] full-node: Drop brackets around 'N' for readability --- en/full-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/full-node.md b/en/full-node.md index af471b60..c1be4667 100644 --- a/en/full-node.md +++ b/en/full-node.md @@ -1297,7 +1297,7 @@ Running a node in pruned mode is incompatible with `-txindex` and `-rescan` and disables the RPCs `importwallet`, `importaddress`, and `importprivkey`. -To enable block pruning set `prune=` 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. A value of `0` disables pruning. The minimal value above `0` is `550`. Your