Skip to content

Commit e743fb7

Browse files
authored
Fix avoid_uih method comment (payjoin#1411)
2 parents 97a8dba + 0f90803 commit e743fb7

File tree

1 file changed

+1
-1
lines changed
  • payjoin/src/core/receive/common

1 file changed

+1
-1
lines changed

payjoin/src/core/receive/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ impl WantsInputs {
218218
/// Heuristics and PayJoin Transactions by Ghesmati et al. (2022)](https://eprint.iacr.org/2022/589).
219219
///
220220
/// 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
221+
/// transaction with 2 existing outputs, results in the minimum input amount to be greater than the minimum
222222
/// output amount. Note that when calculating the minimum output amount, we consider the
223223
/// post-contribution amounts, and expect the output which pays to the receiver to have its
224224
/// value increased by the amount of the candidate input.

0 commit comments

Comments
 (0)