Skip to content

Commit

Permalink
Merge pull request #195 from Bananapus/touchup/verbose
Browse files Browse the repository at this point in the history
verbose fn call
  • Loading branch information
mejango authored Dec 1, 2024
2 parents e2bf738 + 0129cad commit 5df96e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/JBMultiTerminal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,13 @@ contract JBMultiTerminal is JBPermissioned, ERC2771Context, IJBMultiTerminal {
internal
{
// slither-disable-next-line reentrancy-events
try this.executeProcessFee(projectId, token, amount, beneficiary, feeTerminal) {
try this.executeProcessFee({
projectId: projectId,
token: token,
amount: amount,
beneficiary: beneficiary,
feeTerminal: feeTerminal
}) {
emit ProcessFee({
projectId: projectId,
token: token,
Expand Down

0 comments on commit 5df96e4

Please sign in to comment.