Skip to content

Commit

Permalink
Remove unused using Lib for statement (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog authored Nov 1, 2023
1 parent e7306e9 commit 33f8a7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Paymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
* - the account checks a signature to prove identity and account ownership.
*/
contract Paymaster is BasePaymaster {
using ECDSA for bytes32;
using UserOperationLib for UserOperation;

address public verifyingSigner;
Expand Down

0 comments on commit 33f8a7c

Please sign in to comment.