mirror of
https://github.com/getwax/wax.git
synced 2026-01-09 15:18:02 -05:00
Explicitly return values after paymaster validates UserOp
This commit is contained in:
@@ -29,5 +29,7 @@ contract SponsorEverythingPaymaster is BasePaymaster {
|
||||
uint256 maxCost
|
||||
) internal virtual override returns (bytes memory context, uint256 validationData) {
|
||||
// Validation logic comes here.
|
||||
// Approve everything.
|
||||
return ("", 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user