Skip to content

Commit

Permalink
fix: typo in BaseRecall (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerousfood authored Jan 9, 2024
1 parent 34d4464 commit 7a1cf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status/BaseRecall.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ abstract contract BaseRecall {
/* EVENTS */
/*.•°:°.´+˚.*°.˚:*.´•*.+°.•°:´*.´•*.•°.•°:°.´:•˚°.*°.˚:*.´+°.•*/

event Recalled(uint256 loandId, address recaller, uint256 end);
event Recalled(uint256 loanId, address recaller, uint256 end);
event Withdraw(uint256 loanId, address withdrawer);

/*´:°•.°+.*•´.*:˚.°*.˚•´.°:°•.°•.*•´.*:˚.°*.˚•´.°:°•.°+.*•´.*:*/
Expand Down

0 comments on commit 7a1cf2b

Please sign in to comment.