From f5a6a0d64657a4dfb5e45a1011bec401e8c8d579 Mon Sep 17 00:00:00 2001 From: Joseph Delong Date: Thu, 14 Dec 2023 11:54:34 -0600 Subject: [PATCH] fix: typo in BaseRecall --- src/status/BaseRecall.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status/BaseRecall.sol b/src/status/BaseRecall.sol index 19a7e16..5e7fd4c 100644 --- a/src/status/BaseRecall.sol +++ b/src/status/BaseRecall.sol @@ -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); /*´:°•.°+.*•´.*:˚.°*.˚•´.°:°•.°•.*•´.*:˚.°*.˚•´.°:°•.°+.*•´.*:*/