Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mejango committed Aug 23, 2023
1 parent b2de425 commit 270bd8f
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 hasn't started but is currently approved OR or it has started but wasn't approved if a ballot exists, set the ID to be the funding cycle it's based on,
// 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,
// which carries the latest approved configuration.
if (
(block.timestamp >= _baseFundingCycle.start &&
Expand Down

0 comments on commit 270bd8f

Please sign in to comment.