]> Untitled Git - bdk/commitdiff
update changelog
authordavemo88 <david@kasofsk.xyz>
Tue, 16 Mar 2021 01:58:03 +0000 (21:58 -0400)
committerdavemo88 <david@kasofsk.xyz>
Tue, 16 Mar 2021 01:58:03 +0000 (21:58 -0400)
CHANGELOG.md

index a5646fb1ab5be560ae2906b45fdb98875a4f4991..eb33d5cfa12366bd7eda268f9199d294f8fc39ae 100644 (file)
@@ -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]