From 0b969657cdb6957a9e64f7f1b478fe882cf62971 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Mon, 31 May 2021 13:35:58 +0200 Subject: [PATCH] update changelog with rpc feature --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d0241f..9b2f1d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added an option that must be explicitly enabled to allow signing using non-`SIGHASH_ALL` sighashes (#350) #### Changed `get_address` now returns an `AddressInfo` struct that includes the index and derefs to `Address`. +#### Added +- Bitcoin core RPC added as blockchain backend ## [v0.7.0] - [v0.6.0]