Change TxBuilder and BumpFeeTxBuilder build() to finish()

This commit is contained in:
Steve Myers
2022-05-06 09:52:20 -07:00
parent 9f903932dc
commit 390d12703e
3 changed files with 5 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update BDK to version 0.18.0
- Add BumpFeeTxBuilder to bump the fee on an unconfirmed tx created by the Wallet
- Change TxBuilder.build() to TxBuilder.finish() to align with bdk function name
## [v0.5.0]