Skip to content

Commit

Permalink
[fix] Don't initialize the remote dispatcher (#14097)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-cordenier committed Aug 12, 2024
1 parent 2b86088 commit 5d4d996
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/services/chainlink/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ func NewApplication(opts ApplicationOpts) (Application, error) {
signer := externalPeer
externalPeerWrapper = externalPeer
remoteDispatcher := remote.NewDispatcher(externalPeerWrapper, signer, opts.CapabilitiesRegistry, globalLogger)
srvcs = append(srvcs, remoteDispatcher)

dispatcher = remoteDispatcher
} else {
dispatcher = opts.CapabilitiesDispatcher
Expand Down

0 comments on commit 5d4d996

Please sign in to comment.