Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Update src/token-voting/LlamaTokenCaster.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Rajath Alex <[email protected]>
  • Loading branch information
dd0sxx and 0xrajath authored Dec 15, 2023
1 parent 474ebc4 commit 04d3310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/token-voting/LlamaTokenCaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ abstract contract LlamaTokenCaster is Initializable {
clockAdapter = _clockAdapter;
role = _role;
_setQuorumPct(casterConfig.voteQuorumPct, casterConfig.vetoQuorumPct);
_setPeriodPcts(casterConfig.delayPeriodPct, casterConfig.castingPeriodPct, casterConfig.submissionPeriodPct); // default
// to 25% delay, 50% casting, 25% submission periods
_setPeriodPcts(casterConfig.delayPeriodPct, casterConfig.castingPeriodPct, casterConfig.submissionPeriodPct);
}

// ===========================================
Expand Down

0 comments on commit 04d3310

Please sign in to comment.