From 6266c18761c473d7fbe892566eb7d4ebd5277658 Mon Sep 17 00:00:00 2001 From: Donald Adu-Poku Date: Mon, 25 May 2020 12:16:48 +0000 Subject: [PATCH] resolve review issues (2 of x) --- v1.1.0_release_notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v1.1.0_release_notes.md b/v1.1.0_release_notes.md index 0bf6ac98..6b65c4f2 100644 --- a/v1.1.0_release_notes.md +++ b/v1.1.0_release_notes.md @@ -8,9 +8,9 @@ changes made are: ## Bug Fixes. The notable bug fixes in this release include: 1. Data access issues related to using raw db values outside - of their associated databases transactions have been resolved. + of their associated database transactions have been resolved. - 1. Race conditions associated with the listing websocket clients and + 1. Race conditions associated with listing websocket clients and updating the GUI have been resolved. 1. Panics associated with the cpu miner in the testing harness have been resolved. @@ -55,5 +55,5 @@ The notable infrastructure and interface improvements include: bounds inclusive. 1. Deprecated `--minpayment` & `--maxtxfeereserve` in favour of -an improved payment processwhich sources tx fees from the receiving account and does not generate change. +an improved payment process which sources tx fees from the receiving account and does not generate change.