Skip to content

Commit

Permalink
Disable the flag for V2+
Browse files Browse the repository at this point in the history
  • Loading branch information
kidambisrinivas committed Dec 13, 2023
1 parent 7eb529c commit f573f6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/services/vrf/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ func (d *Delegate) ServicesForSpec(jb job.Job) ([]job.ServiceCtx, error) {
if vrfOwner != nil {
return nil, errors.New("VRF Owner is not supported for VRF V2 Plus")
}
if jb.VRFSpec.CustomRevertsPipelineEnabled {
return nil, errors.New("Custom Reverted Txns Pipeline is not supported for VRF V2 Plus")
}

// Get the LINKNATIVEFEED address with retries
// This is needed because the RPC endpoint may be down so we need to
Expand Down

0 comments on commit f573f6b

Please sign in to comment.