From: LLFourn Date: Tue, 8 Mar 2022 03:00:29 +0000 (+1100) Subject: Fix typo in CHANGELOG X-Git-Tag: v0.17.0~3^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=660faab1e20defe86a7baf132e52928f538b9cbb;p=bdk Fix typo in CHANGELOG --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f06be4..a82e1e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]