Skip to content

Commit

Permalink
fix-import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofianel5 committed Dec 15, 2023
1 parent 3321dcf commit 5ef95a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/contracts/paymasters/PrivateMerklePaymaster.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.18;

import { MerkleTreeWithHistory } from "./MerkleTreeWithHistory.sol";
import { ReentrancyGuard } from "@openzeppelin/contracts/security/ReentrancyGuard.sol";

abstract contract PrivateMerklePaymaster is MerkleTreeWithHistory, ReentrancyGuard {
Expand Down

0 comments on commit 5ef95a5

Please sign in to comment.