Skip to content

Commit

Permalink
fix: use snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Feb 10, 2025
1 parent 847a4d6 commit 3a2adcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/src/core/BatcherPaymentService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ contract BatcherPaymentService is
}


function withdraw_from_service_manager(
function withdrawFromServiceManager(
uint256 amount,
address withdrawAddress
) public payable onlyOwner {
Expand Down

0 comments on commit 3a2adcc

Please sign in to comment.