mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 07:09:15 +01:00
lint: codespell 2.1.0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user