diff options
author | xor-freenet <xor@freenetproject.org> | 2016-01-27 16:29:39 +0100 |
---|---|---|
committer | xor-freenet <xor@freenetproject.org> | 2016-01-27 16:29:39 +0100 |
commit | 8c5f90306c12142586024023785f20cac7b22055 (patch) | |
tree | 4c1c803d4421fdfed3f2a0b6ba805c582cf76660 | |
parent | 15c0263ff1e4f4773005291e1eb584954900e197 (diff) |
doc: In release notes, reduce length of pruning section
-rw-r--r-- | doc/release-notes.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index bf45bf4f83..a2970fbb82 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -281,9 +281,8 @@ A value of 0 disables pruning. The minimal value above 0 is 550. Your wallet is as secure with high values as it is with low ones. Higher values merely ensure that your node will not shut down upon blockchain reorganizations of more than 2 days - which are unlikely to happen in -practice unless there is a hard fork. In future releases, a higher value -may also help the network as a whole: stored blocks could be served to -other nodes. +practice. In future releases, a higher value may also help the network +as a whole: stored blocks could be served to other nodes. For further information about pruning, you may also consult the [release notes of v0.11.0](https://github.com/bitcoin/bitcoin/blob/v0.11.0/doc/release-notes.md#block-file-pruning). |