diff --git a/contracts/epochs/FlowEpoch.cdc b/contracts/epochs/FlowEpoch.cdc index f5f7e43b..2487edbb 100644 --- a/contracts/epochs/FlowEpoch.cdc +++ b/contracts/epochs/FlowEpoch.cdc @@ -748,6 +748,7 @@ access(all) contract FlowEpoch { startView: startView, endView: endView, stakingEndView: stakingEndView, + // TODO: should we mark this as paid already or is setting rewards to 0 sufficient? totalRewards: 0.0, collectorClusters: [], clusterQCs: [],