From 599ee126215abe04dc1c18ee17b6ce4e3a494024 Mon Sep 17 00:00:00 2001 From: mejango Date: Sat, 18 Jan 2025 19:33:01 -0300 Subject: [PATCH] touchup --- src/JBMultiTerminal.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JBMultiTerminal.sol b/src/JBMultiTerminal.sol index 3414d3de..33776d9f 100644 --- a/src/JBMultiTerminal.sol +++ b/src/JBMultiTerminal.sol @@ -1652,7 +1652,7 @@ contract JBMultiTerminal is JBPermissioned, ERC2771Context, IJBMultiTerminal { // Move the start index forward to the held fee after the current one. newStartIndex = startIndex + i + 1; } else { - // And here we overwrite with `feeAmountFrom` the `leftoverAmount` + // And here we overwrite with `feeAmountResultingIn` the `leftoverAmount` feeAmount = JBFees.feeAmountResultingIn({amountAfterFee: leftoverAmount, feePercent: FEE}); // Get fee from `leftoverAmount`.