aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Moore <dooglus@gmail.com>2016-07-20 09:36:18 -0700
committerGitHub <noreply@github.com>2016-07-20 09:36:18 -0700
commitea9196189983358ab9d9a01ed5e989d5bd4d41de (patch)
treecd7ed1ea64f20a45bb072f99b106700a7ae3e854
parentebea65121e6c62f6b6acd79408a681b987126a0d (diff)
downloadbitcoin-ea9196189983358ab9d9a01ed5e989d5bd4d41de.tar.xz
Fix formatting error
Don't start a line with a # unless you want that line to be a header.
-rw-r--r--doc/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 6bd2aa9f05..f488fcad6b 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -170,7 +170,7 @@ Low-level P2P changes
instantly, while queueing up the rest and sending them out in batch. As
this resulted in chains of dependent transactions being reordered, it
systematically hurt transaction relay. The relay code was redesigned in PRs
- #7840 and #8082, and now always batches transactions announcements while also
+ \#7840 and #8082, and now always batches transactions announcements while also
sorting them according to dependency order. This significantly reduces orphan
transactions. To compensate for the removal of instant relay, the frequency of
batch sending was doubled for outgoing peers.