Fix typo in CHANGELOG

This commit is contained in:
LLFourn 2022-03-08 14:00:29 +11:00
parent 45767fcaf7
commit 660faab1e2
No known key found for this signature in database
GPG Key ID: A27093B54DA11F65

View File

@ -21,7 +21,7 @@ To decouple the `Wallet` from the `Blockchain` we've made major changes:
- Changed `Wallet::sync` to take a `Blockchain`.
- Stop making a request for the block height when calling `Wallet:new`.
- Added `SyncOptions` to capture extra (future) arguments to `Wallet::sync`.
- Removed `max_addresses` sync parameter which determined how many addresses to cache before syncing since this can just be done with `ensure_addreses_cached`.
- Removed `max_addresses` sync parameter which determined how many addresses to cache before syncing since this can just be done with `ensure_addresses_cached`.
## [v0.16.1] - [v0.16.0]