From d0ffd5606aa1f8625a2d7d373562828ed53eafc7 Mon Sep 17 00:00:00 2001 From: LLFourn Date: Sat, 30 Jan 2021 12:58:05 +1100 Subject: [PATCH] Fix CHANGELOG to mention s/utxos/add_utxos/ --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 491db6ed..1071f91c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The `TxBuilder` is now created from the `build_tx` or `build_fee_bump` functions on wallet and the final transaction is created by calling `finish` on the builder. -- Removed `TxBuilder::utxos` in favor of repeatedly calling `add_utxo` +- Removed `TxBuilder::utxos` in favor of `TxBuilder::add_utxos` - Added `Wallet::build_tx` to replace `Wallet::create_tx` - Added `Wallet::build_fee_bump` to replace `Wallet::bump_fee` - Added `Wallet::get_utxo`