From 88427e4a0558bcc90b4f3cdda7e6c9df1cbd0dfc Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 18 Aug 2022 14:04:31 -0400 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Steve Myers --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c230f0..e34d6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `derive(DerivationPath)` derives and returns child DescriptorPublicKey - `extend(DerivationPath)` extends and returns DescriptorPublicKey - `as_string()` returns DescriptorPublicKey as String - - Add `get_height()` and `get_block_hash()` methods on blockchain [#184] + - Add to `interface Blockchain` the `get_height()` and `get_block_hash()` methods [#184] - Interfaces Added [#154] - `DescriptorSecretKey` - `DescriptorPublicKey`