Skip to content

Commit

Permalink
Update ERCS/erc-xxxx.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dror Tirosh <[email protected]>
  • Loading branch information
forshtat and drortirosh authored Aug 24, 2024
1 parent a3cce6f commit 51c9898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-xxxx.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ We then define the following Solidity interface:
}

interface IPaymasterConfigurationResolver {
function getPaymasterConfiguration(bytes operation, bytes context) external;
function getPaymasterConfiguration(bytes operation, bytes context) returns (PaymasterConfiguration);
}

```
Expand Down

0 comments on commit 51c9898

Please sign in to comment.