Skip to content

Commit

Permalink
closes AST-2723
Browse files Browse the repository at this point in the history
  • Loading branch information
androolloyd authored and dangerousfood committed Jan 9, 2024
1 parent 539cd89 commit 3a189ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/settlement/AstariaV1Settlement.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ contract AstariaV1Settlement is DutchAuctionSettlement {
if (start == 0) {
revert LoanNotRecalled();
}
uint256 recallWindow = abi.decode(loan.terms.statusData, (BaseRecall.Details)).recallWindow;
return start + recallWindow + 1;
return _getAuctionStart(loan, start);
}

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

0 comments on commit 3a189ec

Please sign in to comment.