Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kris Nuttycombe <[email protected]>
  • Loading branch information
LukasKorba and nuttycom authored Feb 12, 2024
1 parent 9f339d5 commit 432beb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 432beb9

Please sign in to comment.