Skip to content

Commit 3a2adcc

Browse files
committed
fix: use snake case
1 parent 847a4d6 commit 3a2adcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/src/core/BatcherPaymentService.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ contract BatcherPaymentService is
181181
}
182182

183183

184-
function withdraw_from_service_manager(
184+
function withdrawFromServiceManager(
185185
uint256 amount,
186186
address withdrawAddress
187187
) public payable onlyOwner {

0 commit comments

Comments
 (0)