Skip to content

Commit 660faab

Browse files
committed
Fix typo in CHANGELOG
1 parent 45767fc commit 660faab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To decouple the `Wallet` from the `Blockchain` we've made major changes:
2121
- Changed `Wallet::sync` to take a `Blockchain`.
2222
- Stop making a request for the block height when calling `Wallet:new`.
2323
- Added `SyncOptions` to capture extra (future) arguments to `Wallet::sync`.
24-
- Removed `max_addresses` sync parameter which determined how many addresses to cache before syncing since this can just be done with `ensure_addreses_cached`.
24+
- Removed `max_addresses` sync parameter which determined how many addresses to cache before syncing since this can just be done with `ensure_addresses_cached`.
2525

2626
## [v0.16.1] - [v0.16.0]
2727

0 commit comments

Comments
 (0)