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 3f4690b commit 515cc7cCopy full SHA for 515cc7c
CHANGELOG.md
@@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
- Support for `tr()` descriptors in the `descriptor!()` macro
28
- Add support for Bitcoin Core 23.0 when using the `rpc` blockchain
29
- Add `remove_partial_sigs` and `try_finalize` to `SignOptions`
30
+- Add `Excess` enum to handle remaining amount after coin selection.
31
+- Move change creation from `Wallet::create_tx` to `CoinSelectionAlgorithm::coin_select`.
32
33
## [v0.18.0] - [v0.17.0]
34
0 commit comments