We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0002b commit 8f5e459Copy full SHA for 8f5e459
contracts/epochs/FlowEpoch.cdc
@@ -748,6 +748,7 @@ access(all) contract FlowEpoch {
748
startView: startView,
749
endView: endView,
750
stakingEndView: stakingEndView,
751
+ // TODO: should we mark this as paid already or is setting rewards to 0 sufficient?
752
totalRewards: 0.0,
753
collectorClusters: [],
754
clusterQCs: [],
0 commit comments