Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/sales/SettlementSale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ import {TokenAmount, WalletTokenAmount} from "sales/interfaces/types.sol";
///
/// ## Closed Stage
///
/// After the commitment stage closes (either automatically at the scheduled timestamp or manually by the sale manager), the sale enters the Closed stage.
/// In this stage, no new bids can be submitted. The sale manager can reopen the commitment stage, proceed directly to settlement, or proceed to the cancellation or settlement stage.
/// No new commitments can be submitted in this stage. The sale manager can reopen the commitment stage, proceed directly to settlement, or proceed to the cancellation or settlement stage.
/// Note: Once the sale moves from Closed to Cancellation or Settlement, the commitment stage cannot be reopened.
///
/// Transitions to: Commitment, Cancellation, Settlement
Expand Down