Skip to content

Commit

Permalink
Merge pull request #394 from DistributedCollective/feat/deposit-colla…
Browse files Browse the repository at this point in the history
…teral

feature: makes loanId an  indexed parameter
  • Loading branch information
tjcloa authored Dec 2, 2021
2 parents 1c2ffb7 + ba0176b commit 1366581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/events/LoanMaintenanceEvents.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import "./ModulesCommonEvents.sol";
* This contract contains the events for loan maintenance operations.
* */
contract LoanMaintenanceEvents is ModulesCommonEvents {
event DepositCollateral(bytes32 loanId, uint256 depositAmount, uint256 rate);
event DepositCollateral(bytes32 indexed loanId, uint256 depositAmount, uint256 rate);
}

0 comments on commit 1366581

Please sign in to comment.