Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
felix2feng committed Jun 9, 2020
1 parent a3d11a8 commit c04f99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/helper/RebalancingSetCTokenBidder.sol
Expand Up @@ -208,7 +208,7 @@ contract RebalancingSetCTokenBidder is

require(
lastChunkAuctionEnd == _lastChunkTimestamp,
"RebalancingSetCTokenBidder.bidAndWithdrawTWAP: Bid must be for current chunk"
"RebalancingSetCTokenBidder.bidAndWithdrawTWAP: Bid must be for intended chunk"
);

bidAndWithdraw(
Expand Down

0 comments on commit c04f99b

Please sign in to comment.