We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
avoid_uih
2 parents 97a8dba + 0f90803 commit e743fb7Copy full SHA for e743fb7
1 file changed
payjoin/src/core/receive/common/mod.rs
@@ -218,7 +218,7 @@ impl WantsInputs {
218
/// Heuristics and PayJoin Transactions by Ghesmati et al. (2022)](https://eprint.iacr.org/2022/589).
219
///
220
/// Based on the paper, we are looking for the candidate input which, when added to the
221
- /// transaction with 2 existing outputs, results in the minimum input amount to be lower than the minimum
+ /// transaction with 2 existing outputs, results in the minimum input amount to be greater than the minimum
222
/// output amount. Note that when calculating the minimum output amount, we consider the
223
/// post-contribution amounts, and expect the output which pays to the receiver to have its
224
/// value increased by the amount of the candidate input.
0 commit comments