From c8ce1997a4b63eb4091d0832b8a0e6e2b0c6866f Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 29 Nov 2019 20:52:59 +0300 Subject: [PATCH] CHANGELOG: fix typo Thanks to @volekerb. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5aae8bb..4347154f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,7 +76,7 @@ Bugs fixed: * inability to process block with previously relayed transaction (#511) * decoding transaction with invalid type didn't return an error (#522) * attempts to reconnect to the node with the same ID (#507) - * peer disconnects during handshake because or code race (#529) + * peer disconnects during handshake because of code race (#529) * useless header requests from peers with low height (#529) * wrong header hashes initialization from the DB in case there are 2000*N + 1 blocks in the chain (#529)