From 432beb96d503b29f85b82cfbb9b5019a342ec4a4 Mon Sep 17 00:00:00 2001 From: Lukas Korba Date: Mon, 12 Feb 2024 20:07:12 +0100 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Kris Nuttycombe --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 541eafea..547ddc82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 New API implemented that allows clients to change the `mainnet` endpoint. Use `func switchTo(endpoint: LightWalletEndpoint) async throws`. Possible errors: - `ZcashError.synchronizerServerSwitch`: endpoint fails, check the address, port and format address:port, -- Some `ZcashError` related to `synchronizer.Start()`: the switch calls `start()` at the end and that is the only throwing function except the validation. +- Switching endpoints causes a call to `synchronizer.Start()`, which may throw a `ZcashError`. ## Changed