From 2eb91066eaa22d74d037116ff5e3649f8438fcce Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Mon, 17 May 2021 23:41:17 +0300 Subject: [PATCH] CHANGELOG: fix typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6402919ce..c6c2675e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,7 +59,7 @@ Behavior changes: Improvements: * RPC errors reported by server are now more verbose for `submitblock`, - `sendrawtransaction` calls (#1899, ) + `sendrawtransaction` calls (#1899) * all CLI commands that accept addresses now also accept hashes and vice versa (#1905) * code cleanup based on a number of static analysis tools (#1908, #1958) @@ -76,7 +76,7 @@ Improvements: * user documentation for configuration options (#1968) Bugs fixed: - * `getproof` RPC request returned successful results in some cases where is + * `getproof` RPC request returned successful results in some cases where it should fail * `Transfer` events with invalid numbers were not rejected by NEP17 tracking code (#1902)