Skip to content

Commit

Permalink
remove indexed in derampvalt.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhang committed Feb 5, 2024
1 parent ce89eaa commit fd493c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DeRampVault/DeRampVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract DeRampVault is Initializable, ERC4626Upgradeable, UUPSUpgradeable, Owna
uint256 public sustainabilityFee; // Fee charged to on-rampers in preciseUnits (1e16 = 1%)
address public sustainabilityFeeRecipient;

event OffRamp(string indexed payment_id, string payment_platform, uint256 depositAmount);
event OffRamp(string payment_id, string payment_platform, uint256 depositAmount);

constructor() {
_disableInitializers();
Expand Down

0 comments on commit fd493c2

Please sign in to comment.