aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-07-21 17:31:29 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-07-21 17:31:38 +0200
commitcbdbc75139a68e669b320946c74a454a2ee0b876 (patch)
tree13eb27e82c9eae0abd7a4077c936e236aa41a856
parent66dde4edf733a50dcf3ac7583e7859a449406a1d (diff)
parentf891e34cf962b74ba6f29aaea6b368c412b8376d (diff)
downloadbitcoin-cbdbc75139a68e669b320946c74a454a2ee0b876.tar.xz
Merge #8380: fix typo: propagation relay -> delay
f891e34 fix typo: propagation relay -> delay (Jannes Faber)
-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 f488fcad6b..93aecfc83a 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)