]> Untitled Git - bdk/commitdiff
update CHANGELOG.md
authorRiccardo Casatta <riccardo@casatta.it>
Mon, 26 Jul 2021 14:30:34 +0000 (16:30 +0200)
committerRiccardo Casatta <riccardo@casatta.it>
Mon, 26 Jul 2021 14:36:35 +0000 (16:36 +0200)
CHANGELOG.md

index fbe0c6972a0a956407e26b2bd6121b1f0d9270b2..d94f052611e01f8ee610ca9573fe4ad8a5440133 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+- Added `RpcBlockchain` in the `AnyBlockchain` struct to allow using Rpc backend where `AnyBlockchain` is used (eg `bdk-cli`)
+
 ### Wallet
 
 - Removed and replaced `set_single_recipient` with more general `drain_to` and replaced `maintain_single_recipient` with `allow_shrinking`.