Update CHANGELOG.md

Co-authored-by: Kris Nuttycombe <kris@nutty.land>
This commit is contained in:
Lukas Korba 2024-02-12 20:07:12 +01:00 committed by GitHub
parent 9f339d5252
commit 432beb96d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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