]> Untitled Git - bdk/commitdiff
Fix typo in CHANGELOG
authorLLFourn <lloyd.fourn@gmail.com>
Tue, 8 Mar 2022 03:00:29 +0000 (14:00 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Tue, 8 Mar 2022 03:00:29 +0000 (14:00 +1100)
CHANGELOG.md

index f0f06be410a92bd2aa73549ff7ba44a4673a2cc3..a82e1e038f0d427be8d3f545bb3cd0423fc5aab1 100644 (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]