From f573f6ba1743dd7cfbd6e34f9281498edbe9fc8c Mon Sep 17 00:00:00 2001 From: Sri Kidambi <1702865+kidambisrinivas@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:12:24 +0000 Subject: [PATCH] Disable the flag for V2+ --- core/services/vrf/delegate.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/services/vrf/delegate.go b/core/services/vrf/delegate.go index a13df71d9a3..73d82416315 100644 --- a/core/services/vrf/delegate.go +++ b/core/services/vrf/delegate.go @@ -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