aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannes Faber <jannes.faber@gmail.com>2016-07-20 12:30:46 +0200
committerGitHub <noreply@github.com>2016-07-20 12:30:46 +0200
commitf891e34cf962b74ba6f29aaea6b368c412b8376d (patch)
treeca66243046d201da9d058d94966a3ae7a236595b
parentebea65121e6c62f6b6acd79408a681b987126a0d (diff)
downloadbitcoin-f891e34cf962b74ba6f29aaea6b368c412b8376d.tar.xz
fix typo: propagation relay -> delay
-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..0d33234589 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -122,7 +122,7 @@ Support for block relay using the Compact Blocks protocol has been implemented
in PR 8068.
The primary goal is reducing the bandwidth spikes at relay time, though in many
-cases it also reduces propagation relay. It is automatically enabled between
+cases it also reduces propagation delay. It is automatically enabled between
compatible peers.
[BIP 152](https://github.com/bitcoin/bips/blob/master/bip-0152.mediawiki)