Skip to content

Commit

Permalink
[do not merge] staging build
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-cordenier committed May 30, 2024
1 parent 4c2c6a6 commit f473166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/relay/evm/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (r *Relayer) NewMercuryProvider(rargs commontypes.RelayArgs, pargs commonty
}

// initialize trigger capability service lazily
if relayConfig.EnableTriggerCapability && r.triggerCapability == nil {
if r.triggerCapability == nil {
if r.capabilitiesRegistry == nil {
lggr.Errorw("trigger capability is enabled but capabilities registry is not set")
} else {
Expand Down

0 comments on commit f473166

Please sign in to comment.