Skip to content

Commit

Permalink
Fix Settlement tests except auction point tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Oct 25, 2023
1 parent a7fa656 commit 9986097
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 75 deletions.
1 change: 1 addition & 0 deletions contracts/SettlementExtension.sol
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ contract SettlementExtension is IPostInteraction, IAmountGetter, FeeBankCharger
}
currentRateBump = nextRateBump;
currentPointTime = nextPointTime;
// auctionDetails = auctionDetails[5:];
}

return (auctionFinishTime - block.timestamp) * currentRateBump / (auctionFinishTime - currentPointTime);
Expand Down
Loading

0 comments on commit 9986097

Please sign in to comment.