From cc17ac885923b1180f7c67f0429b2562cbf7f43f Mon Sep 17 00:00:00 2001 From: davemo88 Date: Mon, 15 Mar 2021 21:58:03 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5646fb1..eb33d5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `get_address(AddressIndex::LastUnused)` which returns the last derived address if it has not been used or if used in a received transaction returns a new address - Added `get_address(AddressIndex::Peek(u32))` which returns a derived address for a specified descriptor index but does not change the current index - Added `get_address(AddressIndex::Reset(u32))` which returns a derived address for a specified descriptor index and resets current index to the given value +- Added `get_psbt_input` to create the corresponding psbt input for a local utxo. ## [v0.4.0] - [v0.3.0]