From 7a1cf2bf24733c7fd1cff4244b270f55dd9f5f87 Mon Sep 17 00:00:00 2001 From: Joseph Delong Date: Tue, 9 Jan 2024 11:32:53 -0600 Subject: [PATCH] fix: typo in BaseRecall (#22) --- 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); /*´:°•.°+.*•´.*:˚.°*.˚•´.°:°•.°•.*•´.*:˚.°*.˚•´.°:°•.°+.*•´.*:*/