Skip to content

Commit

Permalink
fix-placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofianel5 committed Dec 15, 2023
1 parent 815c968 commit 7444726
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 @@ -29,7 +29,7 @@ abstract contract PrivateMerklePaymaster is MerkleTreeWithHistory, ReentrancyGua
IVerifier _verifier2,
uint32 _levels,
address _hasher,
address token
address _token
)
MerkleTreeWithHistory(_levels, _hasher)
{
Expand All @@ -56,7 +56,7 @@ abstract contract PrivateMerklePaymaster is MerkleTreeWithHistory, ReentrancyGua
}
}

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

}

Expand Down

0 comments on commit 7444726

Please sign in to comment.