Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofianel5 committed Dec 15, 2023
1 parent fa21f59 commit 3321dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/contracts/paymasters/PrivateMerklePaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ abstract contract PrivateMerklePaymaster is MerkleTreeWithHistory, ReentrancyGua
}
}

function createDeposit(commitment1, commitment2) {
function createDeposit(commitment1, commitment2) internal {

}

function withdrawDeposit() {}
function withdrawDeposit() public {}
}

0 comments on commit 3321dcf

Please sign in to comment.