Skip to content

Commit

Permalink
rm indexed
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Dec 4, 2024
1 parent abfc70a commit b45fc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/interfaces/IBiconomyTokenPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ interface IBiconomyTokenPaymaster {
uint256 tokenCharge,
uint32 priceMarkup,
uint256 tokenPrice,
bytes32 indexed userOpHash
bytes32 userOpHash
);
event PaidGasInTokensExternal(
address indexed userOpSender,
address indexed token,
uint256 tokenAmount,
bytes32 indexed userOpHash
bytes32 userOpHash
);

event EthWithdrawn(address indexed recipient, uint256 indexed amount);
Expand Down

0 comments on commit b45fc80

Please sign in to comment.