Skip to content

Commit

Permalink
generate assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kc1116 committed May 15, 2024
1 parent 3a1850c commit 32bea82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/epochs/FlowEpoch.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ access(all) contract FlowEpoch {
clusterQCs: [FlowClusterQC.ClusterQC],
dkgPubKeys: [String]) {
pre {
FlowEpoch.isValidPhaseConfiguration(numViewsInStakingAuction, numViewsInDKGPhase, numViewsInEpoch):
FlowEpoch.isValidPhaseConfiguration(auctionLen: numViewsInStakingAuction, dkgPhaseLen: numViewsInDKGPhase, epochLen: numViewsInEpoch):
"Invalid startView and endView configuration"
}

Expand Down
Loading

0 comments on commit 32bea82

Please sign in to comment.