Skip to content

Commit

Permalink
respond to PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Jan 2, 2024
1 parent eae7bea commit 51a6f4d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
5 changes: 0 additions & 5 deletions contracts/interfaces/paymasters/IBiconomyTokenPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,5 @@ interface IBiconomyTokenPaymaster {
ExchangeRateSource priceSource
);

/**
* Notify in case paymaster failed to withdraw tokens from sender
*/
event TokenPaymentDue(address indexed token, address indexed account, uint256 indexed charge);

event Received(address indexed sender, uint256 value);
}
5 changes: 1 addition & 4 deletions contracts/sponsorship/PaymasterHelpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ library PaymasterHelpers {
* @param data PaymasterData passed
*/
function paymasterContext(
UserOperation calldata,
/**
* op
*/
UserOperation calldata /** op */,
PaymasterData memory data,
uint256 maxFeePerGas,
uint256 maxPriorityFeePerGas
Expand Down
5 changes: 1 addition & 4 deletions contracts/sponsorship/SponsorshipPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,7 @@ contract SponsorshipPaymaster is BasePaymaster, ReentrancyGuard, SponsorshipPaym
* @param actualGasCost amount to be paid to the entry point in wei
*/
function _postOp(
PostOpMode,
/**
* mode
*/
PostOpMode /** mode */,
bytes calldata context,
uint256 actualGasCost
) internal virtual override {
Expand Down

0 comments on commit 51a6f4d

Please sign in to comment.