Skip to content

Commit

Permalink
natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mejango committed Sep 15, 2023
1 parent f89b7a8 commit 8132c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/JBFundingCycleStore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ contract JBFundingCycleStore is JBControllerUtility, IJBFundingCycleStore {
// Get a reference to the ballot state.
JBBallotState _ballotState = _ballotStateOf(_projectId, _baseFundingCycle);

// If the funding cycle has started but wasn't approved if a ballot exists OR it hasn't started but is currently approved, set the ID to be the funding cycle it's based on,
// If the base funding cycle has started but wasn't approved if a ballot exists OR it hasn't started but is currently approved OR it hasn't started but it is likely to be approved and takes place before the proposed one, set the ID to be the funding cycle it's based on,
// which carries the latest approved configuration.
if (
(block.timestamp >= _baseFundingCycle.start &&
Expand Down

0 comments on commit 8132c7c

Please sign in to comment.