lint: codespell 2.1.0

This commit is contained in:
fanquake
2022-04-06 10:43:50 +01:00
parent 323d4c09c0
commit eaf712c801
4 changed files with 5 additions and 5 deletions

View File

@@ -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.