Skip to content

Commit

Permalink
use calldata args for internal fns
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 20, 2024
1 parent 28e22fd commit 0b6317c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tribunal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ contract Tribunal {
* @param claimAmount The amount to claim
*/
function _processDirective(
Compact memory compact,
Compact calldata compact,
bytes32 mandateHash,
Directive memory directive,
uint256 claimAmount
Expand All @@ -336,7 +336,7 @@ contract Tribunal {
* @return dispensation The quoted dispensation amount
*/
function _quoteDirective(
Compact memory compact,
Compact calldata compact,
bytes32 mandateHash,
address claimant,
uint256 claimAmount
Expand Down

0 comments on commit 0b6317c

Please sign in to comment.