From e27c153c4a14de29048e76ae12989b32ab5a86ad Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 1 Apr 2021 11:31:05 +1100 Subject: [PATCH] Re-word changelog entry for bad readiness check of monero-wallet-rpc --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6561f042..81e7a2ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Make monero_wallet_rpc readiness check language agnostic. The readiness check was - failing on non-english language systems preventing users from starting the swap-cli - and asb. +- An [issue](https://github.com/comit-network/xmr-btc-swap/issues/353) where the `swap` CLI would fail on systems that were set to a locale different than English. + A bad readiness check when waiting for `monero-wallet-rpc` to be ready caused the CLI to hang forever, preventing users from perform a swap. ### Security