Skip to content

Commit

Permalink
Merge branch 'develop' into BCI-3893/classify-arbitrum-sequencer-erro…
Browse files Browse the repository at this point in the history
…r-as-retryable
  • Loading branch information
huangzhen1997 committed Aug 12, 2024
2 parents f385e2e + 5d4d996 commit e1ea528
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 e1ea528

Please sign in to comment.