Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vms/platformvm/txs/executor/proposal_tx_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ func (e *ProposalTxExecutor) rewardDelegatorTx(uDelegatorTx txs.DelegatorTx, del
}

// Reward the delegatee here
if validator.StartTime.After(e.Config.CortinaTime) {
if e.Config.IsCortinaActivated(validator.StartTime) {
previousDelegateeReward, err := e.OnCommitState.GetDelegateeReward(
validator.SubnetID,
validator.NodeID,
Expand Down