aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/coinselection.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-04-06 10:43:50 +0100
committerfanquake <fanquake@gmail.com>2022-04-07 12:49:51 +0100
commiteaf712c8019383dfa247dc7b9692bbd423cd01ba (patch)
tree7fe09c0813c4af5e5e6ed6d321128427ab8a5a1b /src/wallet/coinselection.h
parent323d4c09c090a0c74b2fbedfb2cd575f1dd839f3 (diff)
downloadbitcoin-eaf712c8019383dfa247dc7b9692bbd423cd01ba.tar.xz
lint: codespell 2.1.0
Diffstat (limited to 'src/wallet/coinselection.h')
-rw-r--r--src/wallet/coinselection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/coinselection.h b/src/wallet/coinselection.h
index 784a91e827..c1484c0a57 100644
--- a/src/wallet/coinselection.h
+++ b/src/wallet/coinselection.h
@@ -225,7 +225,7 @@ struct OutputGroup
[[nodiscard]] CAmount GetSelectionWaste(const std::set<COutput>& inputs, CAmount change_cost, CAmount target, bool use_effective_value = true);
-/** Chooose a random change target for each transaction to make it harder to fingerprint the Core
+/** Choose a random change target for each transaction to make it harder to fingerprint the Core
* wallet based on the change output values of transactions it creates.
* The random value is between 50ksat and min(2 * payment_value, 1milsat)
* When payment_value <= 25ksat, the value is just 50ksat.