Skip to content

Commit 15ff5e0

Browse files
committed
Remove unused using Lib for statement
1 parent e7306e9 commit 15ff5e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Paymaster.sol

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
1616
* - the account checks a signature to prove identity and account ownership.
1717
*/
1818
contract Paymaster is BasePaymaster {
19-
using ECDSA for bytes32;
2019
using UserOperationLib for UserOperation;
2120

2221
address public verifyingSigner;

0 commit comments

Comments
 (0)