File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
payjoin/src/core/receive/common Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments