We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7306e9 commit 15ff5e0Copy full SHA for 15ff5e0
src/Paymaster.sol
@@ -16,7 +16,6 @@ import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
16
* - the account checks a signature to prove identity and account ownership.
17
*/
18
contract Paymaster is BasePaymaster {
19
- using ECDSA for bytes32;
20
using UserOperationLib for UserOperation;
21
22
address public verifyingSigner;
0 commit comments