From: Esraa Jbara Date: Tue, 9 Nov 2021 08:55:52 +0000 (+0200) Subject: remove do not spend change X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/-sqlite/database/struct.CommandStringError.html?a=commitdiff_plain;h=7372a8388bc41a2c151b318951541337c9db79e4;p=bitcoindevkit.org remove do not spend change --- diff --git a/docs/_blog/hello-world.md b/docs/_blog/hello-world.md index 98a94f2fee..197b727552 100644 --- a/docs/_blog/hello-world.md +++ b/docs/_blog/hello-world.md @@ -153,7 +153,6 @@ let mut tx_builder = wallet.build_tx(); tx_builder .add_recipient(faucet_address.script_pubkey(), 0_900) .fee_rate(FeeRate::from_sat_per_vb(5.0)) - .do_not_spend_change() .enable_rbf(); let (mut psbt, tx_details) = tx_builder.finish()?;