diff options
| author | spin <[email protected]> | 2015-07-08 09:43:17 +0200 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2015-07-29 18:29:30 +0100 |
| commit | b4c061f3e23507c200d5765f542e65757abed521 (patch) | |
| tree | 2e60cdf0b088cb5d536ac53957fc07d44fc34130 | |
| parent | release notes for fee estimation changes (diff) | |
| download | discoin-b4c061f3e23507c200d5765f542e65757abed521.tar.xz discoin-b4c061f3e23507c200d5765f542e65757abed521.zip | |
Fix typo in release notes.
| -rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 5d369fe49..7c707b08e 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -125,7 +125,7 @@ There have been many changes in this release to reduce the default memory usage of a node, among which: - Accurate UTXO cache size accounting (#6102); this makes the option `-dbcache` - precise, where is did a gross underestimation of memory usage before + precise where this grossly underestimated memory usage before - Reduce size of per-peer data structure (#6064 and others); this increases the number of connections that can be supported with the same amount of memory - Reduce the number of threads (#5964, #5679); lowers the amount of (esp. |