We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62106b5 commit 504133dCopy full SHA for 504133d
CHANGELOG.md
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
- Signing Taproot PSBTs (key spend and script spend)
23
- Support for `tr()` descriptors in the `descriptor!()` macro
24
- Add support for Bitcoin Core 23.0 when using the `rpc` blockchain
25
+- Add `Excess` enum to handle remaining amount after coin selection.
26
+- Move change creation from `Wallet::create_tx` to `CoinSelectionAlgorithm::coin_select`.
27
28
## [v0.18.0] - [v0.17.0]
29
0 commit comments