From 9713ecfc40c9dafaee5a03e469b0d9d701cc6181 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 13 Jun 2018 09:59:26 -0400 Subject: [PATCH] Fix an extra space in a changes file --- changes/bug26158 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/bug26158 b/changes/bug26158 index 5ae1c30600..0d74cf1167 100644 --- a/changes/bug26158 +++ b/changes/bug26158 @@ -1,4 +1,4 @@ - o Minor bugfixes (relay): + o Minor bugfixes (relay): - Relays now correctly block attempts to re-extend to the previous relay by Ed25519 identity. Previously they would warn in this case, but not actually reject the attempt. Fixes bug 26158; bugfix on